uses DateUtils; function StartOfTheYear(const AValue: TDateTime): TDateTime; function StartOfTheMonth(const AValue: TDateTime): TDateTime; function StartOfTheWeek(const AValue: TDateTime): TDateTime; {ISO 8601} |
uses DateUtils; function StartOfTheYear(const AValue: TDateTime): TDateTime; function StartOfTheMonth(const AValue: TDateTime): TDateTime; function StartOfTheWeek(const AValue: TDateTime): TDateTime; {ISO 8601} |