ParseYmd JDtoDateTime

DateToYmd


The DateToYmd function splits a date string in year, month, day ("YMD") form into its components of year, month, and day. This is the same as the new function ParseYmd.

Syntax

nYear, nMonth, nDay = DateToYmd( sYmd )

Remarks

To split a Julian Date to its 6 date and time components, use JDtoDateTime.

Related Topics

FormatYmdStr, JDtoDateTime, DayOfWeek