www.fgks.org   »   [go: up one dir, main page]

  Welcome  |  Sign In     | 
Shawn Steele - MSFT       RSS   
Contribution Summary
Joined: 8/7/2006 8:42:04 PM UTC Blocks Created: 261
Last Active: 9/17/2007 9:54:17 PM UTC Blocks Edited: 262
Role: Registered User Tags Added: 0
Tags:
Recent Activity
Don't make the input & output the same or else you'll likely get gibberish.
Last modified by Shawn Steele - MSFT on 9/17/2007 9:54:17 PM
Tags: None
For the date/time separators previous versions were inconsistent in the data provided, so use the separator you want, don't bother with the / : replacements listed above. Ie: if you want 9/10/2007 enter M/d/yyyy. If you want 9-10-2007 use M-d-yyyy.
Last modified by Shawn Steele - MSFT on 9/10/2007 11:05:14 PM
Tags: None
 Note that you should set this as you want it and not worry about the separator value (DateTimeFormatInfo.LongTimePattern Property (System.Globalization))
Due to inconsistencies in the time separator behavior it is recommended that you set the long and short time patterns to the exact value you're interested in rather than trying to get the separator to be replaced. Eg: if you want h-mm-ss, then set...
Last modified by Shawn Steele - MSFT on 8/3/2007 10:35:47 PM
Tags: None
 Don't use this, use short time or long time pattern instead (DateTimeFormatInfo.TimeSeparator Property (System.Globalization))
This is derived from the short time format, so use that instead. Due to inconsistencies in the way data was handled this property isn't recommended. It is better to just set the expected separator in the short/long time pattern, eg: if you want h-...
Last modified by Shawn Steele - MSFT on 8/3/2007 10:35:38 PM
Tags: None
 Note that you should set this as you want it and not worry about the separator value (DateTimeFormatInfo.ShortTimePattern Property (System.Globalization))
Due to inconsistencies in the time separator behavior it is recommended that you set the long and short time patterns to the exact value you're interested in rather than trying to get the separator to be replaced. Eg: if you want h-mm-ss, then set...
Last modified by Shawn Steele - MSFT on 8/3/2007 10:35:17 PM
Tags: fazlyi mustafa
<< Previous | Next >> | Show All
Page view tracker
DCSIMG