Korean Date Format
What is the form of history in Korean? (DD / MM / YYYY) / (MM / DD / YYYY)? 3
Coming from UK: hh / mm / yyyy
But I know the United States is using another, and I don't know about Korea
(South Korea)
It can be a year, a month, a day, as it does in all other companies.
This page can help you.
D:
What is the form of history in Korean? (DD / MM / YYYY) / (MM / DD / YYYY)?
Coming from UK: hh / mm / yyyy
But I know the United States uses another, and I don't know about Korea
(South Korea)
The shape of Korean history
Korean Date Format
Korean Date Format
The easiest way is to read mm / dd / yyyy as a string, divide it into a row with / and then convert it to mm / dd / yyyy date format. Public Function ConvertMyDate (ByVal inDate As String) As Date dim myDateArray As Array = inDate.Split (/) dim myNewDate As String = myDateArray (1) & / & myDateArray (0) & / & myDateArray (2) ConvertMyDate (CDMyD) ) the end
First year, then month, then date
Year month month date
š "" میں is in Korean. So this is mm / hh / yyyy.
Korean Date Format
Korean Date Format
yy / mm / dd