Name
What's the Date? v1.1
Author
Smallhacker 
Category
Engine/Resource
Release Date
2002-11-03
Rating
(1/5)
Tags
This record currently has no tags. Log in to add tags.
Version
1.0
Downloads
What's the Date? v1.1
No summary available.
Lachesis  said:
Link
Last modified 2014-02-01 07:32:45
Today, you can just use this stuff:

Day: DATE_DAY
Month: DATE_MONTH
Year: DATE_YEAR

Day of the Week:

set "$day" to "SunMonTueWedThuFriSat"
set "$day" to "$day+(('DATE_YEAR'-('DATE_MONTH'<=2)%4*5)+('DATE_YEAR'-('DATE_MONTH'<=2)%100*4)+('DATE_YEAR'-('DATE_MONTH'<=2)%400*6)+'DATE_DAY'+('DATE_MONTH'-3%12+1*26-2/10)%7*3)#3"

(pls give credit if you do :])