Hello ,
I am trying to get the yesterday's date using the current date .
I am using something like this
today := getdate();
yesterday:=today-1;
I am getting an error date i want the date in YYYY/MM/DD format. Can anyone help me on this ?
I am trying to get the yesterday's date using the current date .
I am using something like this
today := getdate();
yesterday:=today-1;
I am getting an error date i want the date in YYYY/MM/DD format. Can anyone help me on this ?
