1,607
edits
Changes
From Gramps
no edit summary
1980-01-26
You can also use the same formats as you use in data entry: > Date("Jan 15, 1962") 1962-15-01 > Date("15 Jan, 1962") 1962-15-01 > Date("1962-15-01") 1962-15-01 There are two ways to use different calendars: > Date("Jan 15, 1532 (Julian)") 1532-15-01 (Julian) > Date(1671, 12, 31, calendar="julian") 1671-12-31 and a method to convert one date into another calendar, which returns a new date object:
> Date(1703, 6, 1).to_calendar("hebrew")