No announcements
Found 2594589 threads
-
1 Votes
Formatting system time
What is the actual .NET data type you are currently reading back ?Answered | 10 Replies | 1468 Views | Created by BTS_LEARNER - Friday, April 12, 2013 6:51 PM | Last reply by BTS_LEARNER - Monday, April 15, 2013 1:25 PM -
1 Votes
ASP.NET real time issues at client production system
As this question relates more to the ASP.NET technology than core .NET, you should post it to the ASP.NET forums.Answered | 1 Replies | 3835 Views | Created by Friend511 - Saturday, May 12, 2012 7:59 AM | Last reply by MasaSam - Saturday, May 12, 2012 10:46 AM -
0 Votes
Formatting a Time data type field
Aaron, I guess it takes time for new data types to ripple out across the Microsoft world.Answered | 2 Replies | 4608 Views | Created by WarrenT - Tuesday, June 8, 2010 8:21 PM | Last reply by WarrenT - Wednesday, June 9, 2010 7:12 PM -
0 Votes
MailItem.SentOn data/time format
SentOn is a property that returns a date - all you need to do is format the date to show what you want: Sub ...Answered | 1 Replies | 10580 Views | Created by Igor Kuznecov - Sunday, January 2, 2011 1:40 PM | Last reply by Bernie Deitrick, Excel MVP 2000-2010 - Monday, January 3, 2011 4:22 PM -
0 Votes
Need to the format of date time in all text box to be in sync with the system's format.
But just curious - Isn't the issue of not respecting the System's date-time format something that WPF needs to fix??Answered | 4 Replies | 4045 Views | Created by Yet Another Dev - Thursday, September 8, 2011 2:42 PM | Last reply by Yet Another Dev - Friday, September 9, 2011 7:40 AM -
0 Votes
how to convert utc time to client system time
I think you could add a network time synchronization method(server and client) and call the method when application open.Answered | 8 Replies | 990 Views | Created by Mousmi Nishad - Tuesday, April 19, 2016 5:59 AM | Last reply by Mousmi Nishad - Wednesday, April 20, 2016 4:39 AM -
1 Votes
Can i read out System Time Format??
hi, To get the current time format used by windows /* Gets the Current windows culture short time format */ var ...Answered | 1 Replies | 627 Views | Created by HealthyBeerDude - Friday, December 6, 2013 3:58 AM | Last reply by Srithar - Friday, December 6, 2013 4:53 AM -
0 Votes
Date time Format in C#
If you are using C# on both ends (client and server) you should pass the dates as DateTime objects instead of strings.Answered | 1 Replies | 2521 Views | Created by Biju.VA18 - Thursday, July 18, 2013 6:57 AM | Last reply by Magnus (MM8) - Thursday, July 18, 2013 3:26 PM -
0 Votes
client system's data & time format in asp.net
User-1567482218 posted Given a valid Javascript date, you can show it in the client browser's regional format using the dateObject.toLocaleString() method.Answered | 1 Replies | 53 Views | Created by Anonymous - Wednesday, September 12, 2007 2:42 AM | Last reply by Anonymous - Wednesday, September 12, 2007 3:00 AM -
4 Votes
Datagridview and formatting a column to time format
635531-Date-Time-format-problem-in-DataGridView" target="_blank" title="http://www.vbforums.com/showthread.php?Answered | 5 Replies | 6634 Views | Created by Gary Simpson - Monday, June 2, 2014 10:34 PM | Last reply by Gary Simpson - Thursday, June 5, 2014 2:23 PM -
0 Votes
Time Formatting
If the field is a date/time type value, you can set the Format property of the report item to: d "D" hh "H" mm "mins" ...Answered | 1 Replies | 4089 Views | Created by mark.rooker - Friday, September 25, 2009 11:22 AM | Last reply by Paul Turley - Saturday, September 26, 2009 4:23 PM -
0 Votes
Time Format
If you know how, follow ISO-11179 data element naming conventions and formatting rules.Answered | 3 Replies | 2367 Views | Created by nikoo56 - Wednesday, February 8, 2012 1:13 AM | Last reply by Naomi N - Wednesday, February 8, 2012 3:19 AM -
0 Votes
Storing time in in 24-hour format
To add into MVP Mesa' suggestions, SQL Server does not store date or time as a string literal (I think biggest confusion comes when you use client application ...Answered | 4 Replies | 7685 Views | Created by Jude_BigJ - Wednesday, August 25, 2010 1:48 PM | Last reply by Naomi N - Wednesday, August 25, 2010 3:57 PM -
1 Votes
Date and Time Format Problem
Is there any way to check about user system time format?Answered | 19 Replies | 7616 Views | Created by lucerias - Tuesday, January 23, 2007 7:24 AM | Last reply by Joe Babu - Wednesday, January 31, 2007 2:12 PM -
1 Votes
Date/time format in parameter...
Hi kkcci88888, Per my understanding that you want the calendar picker to display the 24 hours format for the date/time type date, right?Answered | 2 Replies | 1300 Views | Created by kkcci88888 - Friday, January 16, 2015 10:23 AM | Last reply by Vicky_Liu - Monday, January 19, 2015 2:58 AM -
0 Votes
Date Time format
As far as in know the format of DateTime object would be same as the system datetime format.Answered | 7 Replies | 616 Views | Created by XXX_K - Wednesday, June 8, 2016 6:48 AM | Last reply by siva eedala - Wednesday, June 8, 2016 10:32 AM -
0 Votes
Date changes when formatting in Client in different Time Zone
Although this should not matter because report should display what it asked to do, not calculate timezone when formatting.Answered | 3 Replies | 3826 Views | Created by thinkCode - Friday, October 16, 2009 8:56 PM | Last reply by thinkCode - Tuesday, October 20, 2009 6:45 PM -
0 Votes
ASP.NET GridView add row at run time in client side
I would suggest posting your question in one of the asp.net Discussions Forums Home › ASP.NET Forums »Answered | 1 Replies | 10292 Views | Created by SwaaS Dev - Tuesday, May 26, 2009 12:30 PM | Last reply by Tagore Bandlamudi - Tuesday, May 26, 2009 7:37 PM -
1 Votes
Date Time Formatting Issue.
,it will convert to specified Format ,NO matter what is the System Date Time?Answered | 5 Replies | 1261 Views | Created by Chethan Jain - Monday, May 6, 2013 4:33 AM | Last reply by Mike Feng - Wednesday, May 8, 2013 2:04 PM -
0 Votes
SSRS Time format
But there will something be changed for his formula: = Format(Now(), "dd/MM/yyyy HH:mm:ss") = Format(Now(), ...Answered | 2 Replies | 5531 Views | Created by sql_expert - Monday, March 2, 2009 3:31 PM | Last reply by Jinchun Chen - Wednesday, March 4, 2009 7:29 AM - Items 1 to 20 of 2594589 Next ›
No announcements