DateTime: Get Number of Days in a month
Q: How do i get how meny days there are in January 2002? How do i do that..? Thanks!! A1: NbrDays := EncodeDate(2002,2,1)…
DateTime: TDateTimePicker without seconds
> I am using the TDateTimePicker with Kind = dtkTime. I cannot seem to get > rid of the seconds in the control.…
DateTime: Time Parse
[code lang=”delphi”]// First we need to create a record type TimeParse = record timeDay : Integer; timeHour : Integer; timeMin : Integer; timeSec…