X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2F_PDCLIB_stdinit.c;h=f0ac4d3d738e1f83ade77f4b6ca6d962acc06e7a;hp=9bcf4559fd291dc14fd77fa00204e98c1928c98c;hb=7517a992da74749b360ee20aa14febcc3cf314d5;hpb=761281caf431d264d568aec797095ef2c28f3910 diff --git a/platform/example/functions/_PDCLIB/_PDCLIB_stdinit.c b/platform/example/functions/_PDCLIB/_PDCLIB_stdinit.c index 9bcf455..f0ac4d3 100644 --- a/platform/example/functions/_PDCLIB/_PDCLIB_stdinit.c +++ b/platform/example/functions/_PDCLIB/_PDCLIB_stdinit.c @@ -361,6 +361,15 @@ struct lconv _PDCLIB_lconv = { (char *)"Friday", (char *)"Saturday" }, + /* date / time format */ (char *)"%a %b %e %T %Y", + /* 12h time format */ (char *)"%I:%M:%S %p", + /* date format */ (char *)"%m/%d/%y", + /* time format */ (char *)"%T", + /* AM / PM designation */ + { + (char *)"AM", + (char *)"PM" + }, /* decimal_point */ (char *)".", /* thousands_sep */ (char *)"", /* grouping */ (char *)"",