Todays date
Todays date
(OP)
Hi. I am a very new user to Pascal. I am using Turbo Pascal. I am trying to put todays date at the top of a page. It's very easy in VBA, I just use the Date() function to return the date. But, I cannot seem to find any reference to a function to do the same in Pascal. Any help would be gratefully received.
RE: Todays date
GetDate(Year, Month, Day, DayOfWeek), then format the results how you want.
RE: Todays date
David