Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Ray at #1
Re: date formatting
Use the Day function.
response.write day("12/1/2003")
Of course, is that date the first of December, or the twelth of January?
I suggest you download the WSH documentation here.
[url]http://www.microsoft.com/downloads/details.aspx?FamilyId=01592C48-207D-4BE1-8A76-1C4099D7BBB9&displaylang=en[/url]
Ray at work
"JT" <jeffreyl@sppinc.net> wrote in message
news:eoTAD3lkDHA.2732@TK2MSFTNGP11.phx.gbl...'1'> i have a date in the following format: 12/1/2003
>
> how do i reference just the 'day' portion of this date - in other words>
> if the date was 12/10/2003, then i would just want the '10'
>
> tia
>
> jt
>
>
Ray at Guest
-
Date Formatting Error
I'm experiencing an anomaly with ColdFusion when formatting a string variable as a date at the moment Daylight Savings Time happens. I set a string... -
formatting date() and nbsp;
What I have is a date that I'd like to format to keep it together on one line using non-breaking spaces. I started with: date... -
formatting date
On 30/7/03 2:18 PM, in article bg7guu$b7j$1@forums.macromedia.com, "JemJam" <webforumsuser@macromedia.com> wrote: The systemDate object will... -
Date - formatting
I'm needing to assign the following variable with the following data from the date. Does anyone have any help they could offer please? date_day =... -
Date Formatting Issue
I have Access 2000. On a form, I want to show (in an unbound text box) how long an agreement has been effect, and format it in years and days. ... -
JT #2
date formatting
i have a date in the following format: 12/1/2003
how do i reference just the 'day' portion of this date - in other words '1'
if the date was 12/10/2003, then i would just want the '10'
tia
jt
JT Guest
-
eztaburnak #3
Date Formatting
Hi guys!!,
I need some advice here. I have this data in my webservice.
Sun Apr 1 00:00:00 GMT-0400 2007
I want to display this in the datagrid with a format of MM/DD/YYYY
<mx:AdvancedDataGridColumn headerText="Date" dataField="date">
<mx:formatter>
<mx:DateFormatter id="dateFormatter" formatString="MM/DD/YYYY" />
</mx:formatter>
</mx:AdvancedDataGridColumn>
it works fine but the results is not what i expected it displays 04/01/400
instead of 04/01/2007.
Thanks.
eztaburnak Guest



Reply With Quote

