date - How to get DateSeparator in C -


i wish date separator accordingly system's format's settings. in delphi i'm using system.sysutils.tformatsettings.dateseparator, there in c?

the c language , standard library not provide such information. information can obtained whatever system targeting. how dependent on system target.


Comments

Popular posts from this blog

php - Hide output during test execution -

java - Drawing vector images on PDF with PDFBox -

Qt4: how to send QString inside a struct via QSharedMemory -