Ask a Question related to ASP, Design and Development.
-
Chris Hohmann #1
Re: "Month" as two decimals?
"Evertjan." <exjxw.hannivoort@interxnl.net> wrote in message
news:Xns93A963C14A632eejj99@194.109.133.29...YourVariable = Month(Date)\10 & Month(Date) Mod 10> Chris Hohmann wrote on 29 jun 2003 in
> microsoft.public.inetserver.asp.general:
>>> > "Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
> > news:#LamsyKPDHA.3152@TK2MSFTNGP10.phx.gbl...
> >> >> >> Or even shorter:
> >>
> >> YourVariable = Right("00" & Month(Date), 2)
> > Shorter still ;)
> > YourVariable = Right("0" & Month(Date), 2)
> Or for a change ;-}
> YourVariable = Right(100 + Month(Date), 2)
>
Note: May fail on or about midnight, September 30th
Chris Hohmann Guest
-
Proj cannot run on LCDS 2.6 ES due to "Unable to resolveresource bundle "datamanagement" for locale "en_US"
hi, all, We have developped an application on Flex Build 3 (run successfully), but failed when we try to deploy it on Tomcat with LCDS 2.5 ES... -
CFINPUT type="radio" w/ "value" requires "label"
On a Flash form, when you specify type='radio' and value='whatever', the value of the 'value' attribute will be displayed as a label if no 'label'... -
"days=30-2.if(month==2)" a helpfull method, may be
Hi! Ruby is great. My English is not good enough to describe it. (I'm a Newbee, of course.) I guess a (may be) helpfull method for the class... -
dr("field").toString returns "400.0000" instead of "400"
I have just installed VS.NET 2003 on my computer. I have a project that I have been developing on VS.NET 2002. I haven't upgraded this project to... -
"Start" "Program" "Menu" list is empty
For what ever reason my list of installed programs in my "Start" "Programs" menu is empty. Anyone know how to restore the list. Thanks for your...



Reply With Quote

