Stories recently tagged with 'DateTime'

Screencast: a DateTimePicker and a DataGridView in a perfect world(visualhint.com)

submitted by visualhintvisualhint(440) 5 years ago

This video shows how Smart FieldPackEditor.Net can completely replace the DateTimePicker and how it can provide the perfect experience to bind itself to nullable date and time columns. read more...

add a comment |category: |Views: 418

tags: another

Screencast: three ways to nullify a DateTimePicker(visualhint.com)

submitted by visualhintvisualhint(440) 5 years ago

The second screencast of a series of four to showcase how it's possible to clear the content of a DateTimePicker and restore a valid datetime value. read more...

add a comment |category: |Views: 36

tags: another

Screencast: a full featured DateTimePicker(visualhint.com)

submitted by visualhintvisualhint(440) 5 years ago

The first screencast of a series of four to showcase what the new DateTimePicker replacement can do. read more...

add a comment |category: |Views: 29

tags: another

Converting DateTime to String and back.(www2.john.rummellcc.com)

submitted by johnrummelljohnrummell(1321) 5 years ago

How to convert to a DateTime to a String and back, with out loosing any of those pesky milliseconds. read more...

add a comment |category: |Views: 21

tags: another

Extending DateTime to include dates less than 1753-01-01 in SQL Server(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 5 years ago

How to extend sql server 2005 datetime range to .net datetime range with the help of CLR User Defined Types (UDT's) read more...

add a comment |category: |Views: 28

tags: another

The ten deceptions of the DatTimePicker(visualhint.com)

submitted by PierreEPierreE(65) 5 years ago

Details all the shortcomings of the MS DateTimePicker control. Seems it will provide a solution... read more...

add a comment |category: |Views: 17

tags: another

I don't like having Nulls in DateTime columns (weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 5 years, 1 month ago

Nulls or no nulls in DateTime columns in SQL server? read more...

1 comment |category: |Views: 1

tags: another

NHibernate, DateTime and UTC(milkcarton.com)

submitted by akcoderakcoder(830) 5 years, 4 months ago

We are in the midst of doing a total rewrite of our Software, and one of the things that has come up is date and time. How do we do it, how do we store it, and how do we ensure that we can compare DateTime from one timezone to DateTime in another timezone. After a lot of research, we settled on using UTC (or UCT depending on your preference). FxCop will take care of ensuring we use UTC (for the most part), or so we thought... read more...

4 comments |category: |Views: 178

tags: another

C# DateTime Manipulation(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 5 years, 4 months ago

The twenty-seventh part of the C# Fundamentals tutorial completes the examination of the DateTime data type provided by C# and the .NET Framework. This article considers manipulation of DateTime data and formatting date and time information as a string. read more...

add a comment |category: |Views: 308

tags: another

C# DateTime Data Type(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 5 years, 5 months ago

The twenty-fifth part of the C# Fundamentals tutorial starts an examination of the DateTime data type. The structure allows storage and manipulation of date and time information with a range of thousands of years but accuracy in fractions of microseconds. read more...

add a comment |category: |Views: 10

tags: another

SQL Server datetime rounding made easy(improve.dk)

submitted by orcaorca(820) 5 years, 5 months ago

As feature complete as MS SQL Server may be, it really lacks some simple datetime rounding functions. Here is a simple trick to easily round of datetimes at any precision you wish. read more...

add a comment |category: |Views: 12

tags: another

Avoid DateTime.Parse()(johnnycoder.com)

submitted by bengriswoldbengriswold(184) 5 years, 7 months ago

This article comments about DateTime.Parse() poor performance and provides an alternate approach. read more...

1 comment |category: |Views: 46

tags: another

Convert a date to the RFC822 standard for use in RSS feeds(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 7 months ago

Today I wrote a new dynamic RSS feed for a little project called Little Helper. It all works fine, but when I tried to validate it using FeedValidator, the pubDate was invalid. The validator told me that the date was not proper formatted using the RFC822 standard which looks something like this: Wed, 27 Sep 2006 21:36:45 +0200. read more...

add a comment |category: |Views: 29

tags: another

Enabling Evil - Overriding System.DateTime's default ToString(hanselman.com)

submitted by dalzieldalziel(6230) 5 years, 9 months ago

Scott Hanselman shows how to 'enforce' a specific date/time format while avoiding writing DateTime.Now.ToString("MM/dd/yy HH:mm:ss") everytime and not explicitly set the system-wide settings in Control Panel | Regional Settings. read more...

add a comment |category: |Views: 17

tags: another