|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Date format
<i><b>Originally posted by : Hakim (hakim@arabtel.com.kw)</b></i><br />dear friends,<br />In VB6.0 there is format() function.<br />How can i use the same function in ASP.<br />I want the date format to be "dd/mmm/yyyy" ie.(01/Jan/2000).<br /><br />Is there any other way i can send this format so i am releived with the server date format.<br />thanks in advance.
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : kr (ecomdv_c@yahoo.com)</b></i><br />hi Hakim,<br /> try this.<br /><br />Response.write day(now) & "/" & left(monthname(month(now)),3) & "/" & year(now).<br /><br />Problem solved.<br /><br />Regards,<br />kr<br /><br />------------<br />Hakim at 12/10/2000 2:14:12 AM<br /><br />dear friends,<br />In VB6.0 there is format() function.<br />How can i use the same function in ASP.<br />I want the date format to be "dd/mmm/yyyy" ie.(01/Jan/2000).<br /><br />Is there any other way i can send this format so i am releived with the server date format.<br />thanks in advance.
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > Date format |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|