You have 3 variables: Year, Month and Day
(Image Source:
It's as simple as doing Date = Year + '/' + Month + '/' + Day
Time Needed: 5 seconds.
In the end, you should have your variable plus an array you don't need and 5 variables you won't use again.
PHP is much simpler and straightforward, no need to keep reinventing the wheel as you go.
No wonder every time I am in a .NET site, it take ages to load. If every little task needs to be broken down into 3 or 5 steps, it's obvious the processing power needed to achieve the same result will have to be higher, much higher.
Oh, hell, Microsoft. Why do you always need to complicate what could be so simple?