michael
|
f235e4c116
* Fixed 18183
|
14 years ago |
sergei
|
131b7fcdb2
* RTL: Replaced deprecated formatting symbols with their up-to-date counterparts, reduces compiler noise.
|
14 years ago |
sergei
|
6a9a991dca
* Fixed TryStrToDateTime so it returns True only if both date and time are parsed successfully, resolves #17541.
|
15 years ago |
florian
|
4671615dc7
* disable east asia/era stuff on WinCE, the functions does not seem to be available there, fixed compilation of trunk for WinCE
|
15 years ago |
marco
|
8caa62618f
* support for east asia locale in formatdatetime. Patch from Taka_JP, mantis 14955 modified for recent sysutils rework, and to init eastasia support only once.
|
15 years ago |
marco
|
706f0b7975
* New more delphi compat intstrtotime by Bart Broersma #15505 + test
|
15 years ago |
marco
|
b3ea1668db
* improvements to sysuitls date/time formatting routines: (Mantis 14905,Sergei)
|
16 years ago |
marco
|
887d8a9d92
* replace encodedate/time by try variants mantis 14969
|
16 years ago |
marco
|
8bc0583045
* trystrto* variants with formatsettings.
|
16 years ago |
ivost
|
bab5c5d8a3
* parameter "Separator" of function TryStrToDate was not passed to IntStrToDate
|
16 years ago |
michael
|
ed950da9cc
* Forgot raise statement in strtodate (thanks to Denis Golovan)
|
16 years ago |
michael
|
4c2fe8bc31
* Correctly split date/time parts when dateseparator is a space
|
16 years ago |
michael
|
cb29ddbd04
* TryStrToTime/TryStrToDate no longer need to catch exceptions
|
16 years ago |
michael
|
dadd6631ad
* Patch from Alex Rayne (bug ID 14622) to provide some overloaded versions of the strtodate/strtotime functions
|
16 years ago |
joost
|
4fc5d5dbef
* Show provided invalid date in StroToDate error messages
|
16 years ago |
michael
|
65637e301f
* Fixed strtotime. Last character was never taken into account
|
17 years ago |
michael
|
767e3fee62
* Patch from Joao Morais to fix the case where only a time is provided
|
17 years ago |
yury
|
62e616cae0
* Fixed warnings. rtl is warnings and notes free for wince and win32 again.
|
17 years ago |
michael
|
d20636a319
* Fix from Petr Kristan to remofe timereformat (kills AM/PM)
|
17 years ago |
michael
|
33cb576bba
* Patch for arithmetic overflow from Petr Kristan
|
17 years ago |
michael
|
8793de3166
* Applied patch from Sergei Gorelkin for ComposeDateTime and IncAMonth
|
17 years ago |
marco
|
54d8f93b25
* fix for 9772
|
18 years ago |
marco
|
827d380691
* pchar(pointer()) isms that were safe.
|
18 years ago |
Almindor
|
1e4dd0685a
* fix bug #9438
|
18 years ago |
florian
|
628452f04d
+ ReplaceDate
|
18 years ago |
michael
|
79b572ccae
* Fixed bug #8187
|
18 years ago |
michael
|
74cbe82e3f
* Fixed TimeToStr and DateTimeToStr so they are delphi compatible
|
18 years ago |
Jonas Maebe
|
6eb320506b
* fixed range error in incmonth()
|
18 years ago |
yury
|
2602ceb7e4
* Fixed StrToTime. TimeAMString and/or TimePMString can be empty on some locales and StrToTime crashed in this case.
|
18 years ago |
Jonas Maebe
|
18eaee6ea3
* force tryencodetime to perform calculation using the precision of
|
18 years ago |