Ask a Question related to ASP.NET General, Design and Development.
-
Micheal #1
Server Date
ASP.NET using C# - How do I get the current server date (e.g. 2003)?
Thanks in advance
Micheal Guest
-
How to get FMS server time and date
hi, i m working on a customer support chat application. There is neccssary for me to get the FMS server time and date, bcoz depending on the server... -
date from server
Is there a way to obtain a date fropm the clock on the server such that I can put it in as a parameter to an applet (i.e. formatted like 2004-06-25)... -
Convert date/time to date in SQL Server 2000 statement
Can this be done? tia -
How to store Date in SQL Server?
Hello, I have a problem with storing date in SQL Server, with locale setings not "United States" but others(E.g.Chinese - Taiwan). I created a... -
How to store Date in SQL Server
Hello, I have problems with Storing Dates into SQL Server. I am using ASP to do so. When I change my locale settings to "Chinese - Taiwan". I... -
Marc Hoeppner #2
Re: Server Date
Hi,
DateTime.Now
or if you need the year:
DateTime.Now.Year
Best regards,
Marc Höppner
NeoGeo
"Micheal" <frooyo@sbcglobal.net> wrote in message
news:ewyf6AsUDHA.2360@TK2MSFTNGP10.phx.gbl...> ASP.NET using C# - How do I get the current server date (e.g. 2003)?
>
> Thanks in advance
>
>
Marc Hoeppner Guest



Reply With Quote

