summaryrefslogtreecommitdiff
path: root/rtl/objpas/sysutils/dati.inc
Commit message (Expand)AuthorAgeFilesLines
* * Fixed 18183michael2011-04-021-7/+6
* * RTL: Replaced deprecated formatting symbols with their up-to-date counterpa...sergei2011-01-091-10/+10
* * Fixed TryStrToDateTime so it returns True only if both date and time are pa...sergei2010-10-071-1/+2
* * disable east asia/era stuff on WinCE, the functions does not seem to be ava...florian2010-08-111-39/+39
* * support for east asia locale in formatdatetime. Patch from Taka_JP, mantis...marco2010-08-111-1/+72
* * New more delphi compat intstrtotime by Bart Broersma #15505 + testmarco2010-02-031-66/+143
* * improvements to sysuitls date/time formatting routines: (Mantis 14905,Sergei)marco2009-11-081-192/+246
* * replace encodedate/time by try variants mantis 14969marco2009-11-081-2/+5
* * trystrto* variants with formatsettings.marco2009-11-031-36/+82
* * parameter "Separator" of function TryStrToDate was not passed to IntStrToDateivost2009-10-261-1/+1
* * Forgot raise statement in strtodate (thanks to Denis Golovan)michael2009-10-231-1/+1
* * Correctly split date/time parts when dateseparator is a spacemichael2009-10-171-40/+47
* * TryStrToTime/TryStrToDate no longer need to catch exceptionsmichael2009-10-161-69/+102
* * Patch from Alex Rayne (bug ID 14622) to provide some overloaded versions of...michael2009-10-161-52/+250
* * Show provided invalid date in StroToDate error messagesjoost2008-12-281-3/+7
* * Fixed strtotime. Last character was never taken into accountmichael2008-11-011-1/+1
* * Patch from Joao Morais to fix the case where only a time is providedmichael2008-06-051-6/+28
* * Fixed warnings. rtl is warnings and notes free for wince and win32 again.yury2008-04-121-1/+1
* * Fix from Petr Kristan to remofe timereformat (kills AM/PM)michael2008-04-081-14/+3
* * Patch for arithmetic overflow from Petr Kristanmichael2008-03-261-1/+1
* * Applied patch from Sergei Gorelkin for ComposeDateTime and IncAMonthmichael2007-12-301-7/+15
* * fix for 9772marco2007-09-291-38/+44
* * pchar(pointer()) isms that were safe. marco2007-09-281-2/+2
* * fix bug 9438Almindor2007-08-161-2/+9
* + ReplaceDateflorian2007-06-241-3/+12
* * Fixed bug 8187michael2007-03-241-1/+10
* * Fixed TimeToStr and DateTimeToStr so they are delphi compatiblemichael2007-03-241-4/+4
* * fixed range error in incmonth()jonas2007-03-141-5/+6
* * Fixed StrToTime. TimeAMString and/or TimePMString can be empty on some loca...yury2007-01-131-2/+2
* * force tryencodetime to perform calculation using the precision ofjonas2007-01-131-1/+1
* * Fixed buf 7168michael2007-01-121-1/+1
* * Fix strtodate for dates between 1 and 100 ADjoost2006-12-211-1/+5
* * repeat inline in the bodyflorian2006-11-051-1/+1
* * fixes StrToTime() thanks to jesusAlmindor2006-10-301-2/+2
* * Replacetime. Bug 7680marco2006-10-271-0/+5
* * datetotime-def functions (but not yet FormatSettings) + ansidequotedstr (t...marco2006-10-271-1/+19
* fix compilation for {$T+} linux/winmicha2006-10-041-2/+2
* * changed some var parameters in out parameters to avoid warningsjonas2006-08-031-7/+7
* * fixed warning and note while compiling RTL.yury2006-07-201-2/+1
* * Fixed warning.yury2006-07-191-1/+1
* + Implemented ComposeDateTime for general usejoost2006-06-291-6/+7
* + Fixed incMonth so it truncates on the number of days in the target monthmichael2006-06-131-3/+3
* * fixes Joost's commit for non unix hopefullyflorian2006-05-271-8/+8
* + Several dateutil-fixes for dates before 1899/12/30joost2006-05-261-12/+17
* * Patch from Joost van der Sluis to correct negative date-timesmichael2006-05-231-30/+36
* * fix for 4970marco2006-04-231-1/+1
* fix datetime from/to timestamp conversion (delphi compat)micha2006-04-131-2/+2
* * currentyear (bug 4904)marco2006-03-251-0/+6
* + Patch from Joost Van der Sluis to fix DoEncodeTimemichael2005-07-231-10/+5
* * fixed datetime related routines for unixjonas2005-06-191-0/+14