Stories recently tagged with 'DateTime'

Ruby inspired C# Extension Methods for natural DateTime operations(codeplex.com)

submitted by spavkovspavkov(1718) 3 years, 3 months ago

FluentDateTime is a open source library of Ruby inspired C# Extension Methods for easier and more natural DateTime handling and operations in .NET that allows you to write code like this: DateTime.Now + 1.Week() + 3.Days + 14.Minutes(); 3.Days().Ago(); 5.Days().After(new DateTime(2000, 1, 1)); DateTime.Now.NextDay(); DateTime.Now.WeekAfter(); DateTime.Now.Midnight(); DateTime.Now.SetTime(11, 55, 0); read more...

add a comment |category: |Views: 556

tags: another

Json [Date -> String -> Date](blog.dynback.com)

submitted by StackOverflowStackOverflow(200) 3 years, 5 months ago

For them who have problems with Date on client. Conversion both sides. read more...

add a comment |category: |Views: 123

tags: another

The MonthCalendar is now kryptonized(visualhint.com)

submitted by visualhintvisualhint(440) 3 years, 7 months ago

This free component from VisualHint (localizable, nullable, not limited to 1753-9998, today and clear buttons, ...) can now be painted with the beautiful Krypton toolkit palettes (built-in and custom). read more...

add a comment |category: |Views: 48

tags: another

A free localizable MonthCalendar(visualhint.com)

submitted by visualhintvisualhint(440) 3 years, 7 months ago

A new custom MonthCalendar has been added to the VisualHint's products and it is also free when used standalone. read more...

add a comment |category: |Views: 62

tags: another

Displaying time in relative format(nirandas.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 8 months ago

Many websites specially forum sites display time relative to the current time as “3 Hours 25 Minutes ago”, “30 Seconds ago” etc. In this post I will show a method using which we can convert datetime into descriptive relative time string. read more...

add a comment |category: |Views: 16

tags: another

Frames per second in the DateTimePicker and TimeSpan editor(visualhint.com)

submitted by visualhintvisualhint(440) 3 years, 9 months ago

Smart FieldPackEditor.Net adds a new "Frames per second" field for datetime and timespan types in their respective editors. read more...

add a comment |category: |Views: 47

tags: another

Take control of DateTime’s ToString() method.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years, 10 months ago

An example how to format DateTime with ToString() method. read more...

add a comment |category: |Views: 25

tags: another

A Better Way to Extract Data from DateTime(dev102.com)

submitted by razamitrazamit(4566) 4 years, 2 months ago

A better and safer way to get date and time using the datetime object. read more...

add a comment |category: |Views: 62

tags: another

Get Difference Between 2 times(amrelgarhytech.blogspot.com)

submitted by amrelgarhyamrelgarhy(825) 4 years, 3 months ago

How to get diff between to time intervals? read more...

add a comment |category: |Views: 9

tags: another

SQL Server: The one and only locale insensitive date format(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years, 7 months ago

Until recently i've been sure that there are 2 date formats that are completly locale insensitive. Those 2 i are yyyy-mm-dd HH:mm:ss.fff and yyyymmdd HH:mm:ss.fff. And i was proven wrong a few days ago! read more...

2 comments |category: |Views: 17

tags: another

Performance consequence of DateTime.Parse()(chiramattel.com)

submitted by georgeckgeorgeck(355) 4 years, 8 months ago

This post explains the performance cost of using DateTime.Parse() and goes on to explain a possible solution. read more...

1 comment |category: |Views: 27

tags: another

SQL Server DateTime Formatting(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4217) 4 years, 8 months ago

Usually the formatting of a DateTime value into a more readable date and time is dealt with by the client application. However, there are some situations were it is useful to convert a DateTime into a formatted character string within a SQL statement. read more...

add a comment |category: |Views: 16

tags: another

How to perform DateTime calculations in a right way(dotnettipoftheday.org)

submitted by SirkoSirko(105) 4 years, 8 months ago

When coding, be careful if you need to perform DateTime calculations (add/subtract) on values representing time zones that practice daylight savings time. read more...

2 comments |category: |Views: 12

tags: another

A Brief History of DateTime(blogs.msdn.com)

submitted by sumothecatsumothecat(100) 4 years, 11 months ago

As two new core date/time types are added to .NET framework 3.5, Anthony Moore from the Base Class Library team discusses the history and design challenges of dates, times and time zones in the .NET framework. read more...

add a comment |category: |Views: 4

tags: another

DateTime.ToString() Patterns(geekzilla.co.uk)

submitted by phaymanphayman(3550) 4 years, 11 months ago

Handy list of DateTime.ToString() patterns. Bookmark it ;-) read more...

add a comment |category: |Views: 60

tags: another

Screencast: a FieldPackEditor is not just for dates and times(visualhint.com)

submitted by visualhintvisualhint(440) 5 years ago

How the FieldPackEditor component, usually serving as a DateTimePicker replacement, can also be used to build rich rule-based field editors. read more...

add a comment |category: |Views: 5

tags: another