ticalc_date_to_format Function

calc_int.h

int ticalc_date_to_format (const char *format);

Parameters

format
a format specifier string
Returns
the format specifier as an integer


Summary

Make correspondance.

Description

The different format specifiers are:
1: "MM/DD/YY"
2: "DD/MM/YY"
3: "MM.DD.YY"
4: "DD.MM.YY"
5: "YY.MM.DD"
6: "MM-DD-YY"
7: "DD-MM-YY"
8: "YY-MM-DD"

See also

@ticalc_clock_format2date@


Return to the API index