Add support for Unix datetimes.

This commit is contained in:
John McNamara 2021-07-01 21:00:59 +01:00
parent 36edb6898d
commit 9b89841750
16 changed files with 314 additions and 69 deletions

View file

@ -79,10 +79,18 @@ date formatting.
##############################################################
@example dates_and_times03.c
Example of writing dates and times in Excel using different date formats.
Example of writing dates and times in Excel using Unix datetimes and
formatting.
@image html date_example03.png
##############################################################
@example dates_and_times04.c
Example of writing dates and times in Excel using different date formats.
@image html date_example04.png
##############################################################
@example hyperlinks.c