|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
date functions
i am wondering how to actually get the month in letters..... i have used a
strMonth = Month(Date) but it is returning a number of the month... i would like to make this the actual month such as January, August, etc.... how would i go abt doing this in ASP..... thanx in advance |
|
#2
|
||||
|
||||
|
The MonthName() function returns the name of the month number given...
So MonthName(1) gives January and MonthName(Month(Date)) should give the current month. If you want to use the abbreviated version e.g. Jan, use an extra argument like this: MonthName(1, true) etc hope this helps ![]() |
|
#3
|
|||
|
|||
|
thanx it works
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > date functions |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|