|
 |
asp_databases thread: Date...
Message #1 by "SD-Studios" <info@s...> on Tue, 15 Jan 2002 19:47:25 +0100
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0008_01C19DFD.74FC8F00
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Ey, pals! =)
Does anyone here know how to convert the date you get out of <%=Date%> into
just showing the number of the day? Like 23 or something...=) Thanks!
--
Martin Johansson,
CEO & Project Supervisor
SD-Studios
+46 (0)70-3003320
http://www.sd-studios.com
Message #2 by Anupama Nallari <ANallari@p...> on Tue, 15 Jan 2002 12:53:17 -0600
|
|
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C19DF5.E4B43C10
Content-Type: text/plain;
charset="iso-8859-1"
use the Day function this will return the day form a date field:
<%=Day(date)%>
Anu
-----Original Message-----
From: SD-Studios [mailto:info@s...]
Sent: Tuesday, January 15, 2002 12:47 PM
To: ASP Databases
Subject: [asp_databases] Date...
Ey, pals! =)
Does anyone here know how to convert the date you get out of <%=Date%> into
just showing the number of the day? Like 23 or something...=) Thanks!
--
Martin Johansson,
CEO & Project Supervisor
SD-Studios
+46 (0)70-3003320
http://www.sd-studios.com <http://www.sd-studios.com>
$subst('Email.Unsub').
Message #3 by "Steffen Wogensen Jaques" <webmaster@w...> on Tue, 15 Jan 2002 20:41:30 +0100
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0045_01C19E05.033BCB80
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Yes,
Day(Date)
Kind Regards,
SWJ.
----- Original Message -----
From: SD-Studios
To: ASP Databases
Sent: Tuesday, January 15, 2002 7:47 PM
Subject: [asp_databases] Date...
Ey, pals! =3D)
Does anyone here know how to convert the date you get out of
<%=3DDate%> into just showing the number of the day? Like 23 or
something...=3D) Thanks!
--
Martin Johansson,
CEO & Project Supervisor
SD-Studios
+46 (0)70-3003320
http://www.sd-studios.com
$subst('Email.Unsub').
|
|
 |