G Gimp New member Local time Today, 14:36 Joined Apr 12, 2003 Messages 9 Apr 12, 2003 #1 Hi How do I check in the condition which day of the month and which month of the yeaar is now? Thanks! PS: I want to run this on AutoExec
Hi How do I check in the condition which day of the month and which month of the yeaar is now? Thanks! PS: I want to run this on AutoExec
Mile-O Back once again... Local time Today, 14:36 Joined Dec 10, 2002 Messages 11,316 Apr 12, 2003 #2 You can use the Month() and the Day() functions with the Date() function as their argument. i.e. Month(Date()) Day(Date())
You can use the Month() and the Day() functions with the Date() function as their argument. i.e. Month(Date()) Day(Date())
G Gimp New member Local time Today, 14:36 Joined Apr 12, 2003 Messages 9 Apr 12, 2003 #3 Thanks alot!