I am looking for a library or snippet to convert Date/Time format strings from Delphi to .Net. This is for Delphi version 2007.
For example, Delphi 2007 specifies “m” as month, whereas .Net uses “M”. However, in Delphi, if the “m” follows an “h”, then it represents a minute value.
Are any available, or do I have to roll my own?
You have to roll your own.
Use these links to make the mapping:
–jeroen