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 )

    sYmd is a date string (e.g., "2007-04-23").

    nYear, nMonth, nDay are the components of the YMD string (e.g., 2007, 4, and 23).

Remarks

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

Related Topics

FormatYmdStr, JDtoDateTime, DayOfWeek