You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

SRP_Date provides several services to easily manipulate BASIC+ dates. SRP_Date provides the following services:

ServiceDescription
Day

A date's day.

DayOfWeekA date's the day of the week.
DayOfWeekNameA day of the week's name in a given locale.
DayOfWeekNamesAll the day of the week names in a given locale.
DayOfYearA date's day of the year.
DaysInMonthsThe number of days in a given month of a given year.
DecodeDecodes a date into a dynamic array of information about that date.
EncodeCreates a date from a given year, month, and day.
FirstDayOfWeekThe first day of the week for a given locale.
FormatFormats a date using a given locale.
IConvSupports using SRP_Date in an IConv.
IsLeapYearDetermines if a given year is a leap year.
MonthA date's month.
MonthNameA month's name in a given locale.
MonthNamesAll the month names in a given locale.
OConvSupports using SRP_Date in an OConv.
ParseParses a string into a date.
TodayToday's date in local or UTC time zones.
ValidateDetermines if the given date is a real date.
YearA date's year.
  • No labels