Date2AccessStr | Returns Date as a string suitable for MS Access Date comparisons, ie #MM/DD/YYYY#. |
Date2ANSISQLStr | Returns Date as a string suitable for ANSI Standard comparisons, ie { d 'YYYY-MM-DD' } |
Date2Day | Returns the Day of the Month number from a given date/time. |
Date2DigitStr | Returns Date as a String in the format YYYYMMDD. |
Date2FormatStr | Returns Date as a String using Format. |
Date2ISOEnhStr | Returns Date as a Basic Format for ISO Dates: YYYY-MM-DD where YYYY is year, MM is the Month, DD is Day of Month. |
Date2ISOInt | Returns Date as a Basic Format for ISO Dates: YYYYMMDD where YYYY is year, MM is the Month, DD is Day of Month. |
Date2ISOStr | Returns Date as a Basic Format for ISO Dates: YYYYMMDD where YYYY is year, MM is the Month, DD is Day of Month. |
Date2ISOWeekEnhStr | Returns Date as a Enhanced Format for ISO Calendar Week/Day: YYYY-Www-D where YYYY is year, 'W' is literal, ww is weekno and D is the ISO Day of Week - Monday is First Day. |
Date2ISOWeekOnlyEnhStr | Returns Date as a Enhanced Format for ISO Calendar Week: YYYY-Www where YYYY is year, 'W' is literal, ww is weekno. |
Date2ISOWeekOnlyStr | Returns Date as a Basic Format for ISO Calendar Week: YYYYWww where YYYY is year, 'W' is literal, ww is weekno. |
Date2ISOWeekStr | Returns Date as a Basic Format for ISO Calendar Week/Day: YYYYWwwD where YYYY is year, 'W' is literal, ww is weekno and D is the ISO Day of Week - Monday is First Day. |
Date2LongDOW | Returns the Long Day of Week Description for the supplied Date. |
Date2LongMonth | Returns the Long Month Description for the supplied Date. |
Date2Month | Returns the Month number from a given date/time, 1 = Jan, etc. |
Date2ShortDOW | Returns the Short Day of Week Description for the supplied Date. |
Date2ShortMonth | Returns the Short Month Description for the supplied Date. |
Date2ShortMonthYY | Returns the Short Month Description for the supplied Date followed by a space then the last two digits of the year. |
Date2ShortMonthYYYY | Returns the Short Month Description for the supplied Date followed by a space then the year. |
Date2StarSign | Returns the Star Sign (Astrology) for the Given Date. |
Date2Str | Returns Date as a String using ShortDateFormat from Regional Settings. |
Date2Year | Returns the Year from a given date/time. |
Date2YearMonth | Returns the (Year * 100 + Month) number for a given date/time, 3 Mar 2000 would give 200003 |
DateTime2FormatStr | Returns Date/Time as a String using Format. |
DayName2DOW | Given a Day Name this routines searches through the Short and then Long Day Names supplied in the Registry to do a Left Match, and then return the Day Number. |
Days2Fortnights | Returns the number of Fortnights the specified number of Days represents. |
Days2Hrs | Returns the number of Hours the specified number of Days represents. |
Days2Mins | Returns the number of Minutes the specified number of Days represents. |
Days2Months | Returns the number of Months the specified number of Days represents. |
Days2Secs | Returns the number of Seconds the specified number of Days represents. |
Days2SiderealDays | Converts "normal" 24-hour Days into Sidereal Days. |
Days2Weeks | Returns the number of Weeks the specified number of Days represents. |
Days2Years | Returns the number of Years the specified number of Days represents. |
Days2YearsGregorian | Returns the number of Years the specified number of Days represents. |
Days2YearsJulian | Returns the number of Years the specified number of Days represents. |
DigitStr2Date | Converts a string containing a Date into a DateTime. |
ESBDecodeDate | An Enhanced DecodeDate that includes Exception Handling. |
ESBDecodeTime | An Enhanced EncodeTime that includes Exception Handling. |
ESBEncodeDate | An Enhanced EncodeDate that includes Exception Handling. |
ESBEncodeTime | An Enhanced EncodeTime that includes Exception Handling. |
Fortnights2Days | Returns the number of Days the specified number of Fortnights represents. |
GetESBDateOrder | Identifies which of the three common formats for Date Order that a given Date Format is in. |
Hrs2Days | Returns the number of Days the specified number of Hours represents. |
Hrs2Mins | Returns the number of Minutes the specified number of Hours represents. |
Hrs2Secs | Returns the number of Seconds the specified number of Hours represents. |
Mins2Days | Returns the number of Days the specified number of Minutes represents. |
Mins2Hrs | Returns the number of Hours the specified number of Mintues represents. |
Mins2Secs | Returns the number of Minutes the specified number of Seconds represents. |
MonthName2Month | Given a Month Name this routines searches through the Short and then Long Month Names supplied in the Registry to do a Left Match, and then return the Month Number. |
Months2Days | Returns the number of Days the specified number of Months represents. |
OptDate2Day | A Speed Optimised Routine for getting the Day portion of a Date based on Routine by Ken Otto that is many times faster than using DecodeDate in SysUtils. |
OptDate2Month | A Speed Optimised Routine for getting the Month portion of a Date based on Routine by Ken Otto that is many times faster than using DecodeDate in SysUtils. |
OptDate2Year | A Speed Optimised Routine for getting the Year portion of a Date based on Routine by Ken Otto that is many times faster than using DecodeDate in SysUtils. |
OptDecodeDateI | A Speed Optimised DecodeDate developed by Ken Otto that is many times faster than the once included in SysUtils. |
OptDecodeDateW | A Speed Optimised DecodeDate developed by Ken Otto that is many times faster than the once included in SysUtils. |
OptEncodeDateI | A Speed Optimised EncodeDate developed by Ken Otto that is many times faster than the once included in SysUtils, and includes Exception Handling. |
OptEncodeDateW | A Speed Optimised EncodeDate developed by Ken Otto that is many times faster than the once included in SysUtils, and includes Exception Handling. |
OptThisDay | Returns the current Day - from Today's Date. |
OptThisMonth | Returns the current Month - from Today's Date. |
OptThisYear | Returns the current Year - from Today's Date. |
Secs2Days | Returns the number of Days the specified number of Seconds represents. |
Secs2Hrs | Returns the number of Hours the specified number of Seconds represents. |
Secs2Mins | Returns the number of Seconds the specified number of Mintues represents. |
SiderealDays2Days | Converts Sidereal Days into "normal" 24-hour Days. |
Str2CutOffDate | Converts a string containing a Date into a DateTime. |
Str2Date | Converts a string containing a Date into a DateTime. |
Str2HistoricDate | Converts a string containing a Date into a DateTime. |
Str2Time | Converts a string containing a Time into a DateTime. |
StrFormat2Date | Converts a string containing a Date into a DateTime. |
ThisDay | Returns the current Day - from Today's Date. |
ThisDOW | Returns the current Day of the week from Today's Date. |
ThisHr | Returns the current Hour - from the current Time. |
ThisISODOW | Returns the current Day of the week from Today's Date, according to ISO-8601 which has Monday as 1 and Sunday as 7. |
ThisMin | Returns the current Minute - from the current Time. |
ThisMonth | Returns the current Month - from Today's Date. |
ThisMSec | Returns the current Millisecond - from the current Time. |
ThisSec | Returns the current Second - from the current Time. |
ThisYear | Returns the current Year - from Today's Date. |
Time2FormatStr | Returns Time as a String using Format. |
Time2Hr | Returns the Hour from a given date/time. |
Time2Min | Returns the Minute from a given date/time. |
Time2MSec | Returns the Millisecond from a given date/time. |
Time2Sec | Returns the Second from a given date/time. |
Time2Str | Returns the Time Portion as a string HH:MM with time separator from the Regional Settings. |
Weeks2Days | Returns the number of Days the specified number of Weeks represents. |
Years2Days | Returns the number of Days the specified number of Years represents. |
YearsGregorian2Days | Returns the number of Days the specified number of Years represents. |
YearsJulian2Days | Returns the number of Days the specified number of Years represents. |