09-06-2014, 02:37 PM
Greetings,
I use the below code to obtain current date:
Macro NC Arrivals
However, I need the date for the first day date of current month(e.g. "010914").
How do I go about that?
Thanks & Best Regards,
Philip
I use the below code to obtain current date:
Macro NC Arrivals
DateTime x
str s
x.FromComputerTime ;;get today's date time
s=x.ToStr(1) ;;convert to string without time part
However, I need the date for the first day date of current month(e.g. "010914").
How do I go about that?
Thanks & Best Regards,
Philip
Best Regards,
Philip
Philip