Ask a Question related to ASP Components, Design and Development.
-
news.microsoft.com #1
Date Format in Com+
Hi All,
I have one Component in VB6. My component receive a date as string parameter
("dd/MM/yyyy").
My componente understand "MM/dd/yyyy". Then I change the regional settings
for the local administrator to "d/M/yyyy" and put this account in Identity
(This User) in component package (COM+).
Its work only logged with the Administrator (in Tasks the dllhost uses
Administrator). When I logoff the format used is "M/d/yyyy" (in Tasks the
dllhost also uses Administrator, but the date format is default!!!).
Why?
Tks
Cris
news.microsoft.com Guest
-
Date Format
I have a form with an unbound combo box which contains a list of choices: "Current Month";"Previous Month";"Current Year", etc. When the user... -
Format a date
My database stores the date as mm/dd/yyyy How can I return this in the format of say: Tuesday- December 21, 2005 -
PHP date format
Accoding to the manual, if I want to display the a date in the format "May 31st, 2005 I should use the following code: <p> The event will held on... -
Date Format pb
Hi, Got a pb with american date format MM/dd/YYYY. My WebService Method convert String to Date. It works good except for one case : 1/5/2005 ... -
converting date into database date format(newbie)
Hi! U can convert "8-Aug-03" into mysql date which requires yyyy-mm-dd format as below. <?php date("Y-m-d",strtotime("8-Aug-03")); ?>



Reply With Quote

