1. FluentDateTime

    By:

    A set of (Ruby inspired) C# Extension Methods for easier and more natural DateTime handling and operations in .NET.

  2. DateTime Extensions

    By:

    This project is a merge of several common DateTime operations on the form of extensions to System.DateTime, including natural date difference text (precise and human rounded), holidays and working days calculations on several culture locales. Feedback will be much appreciated.

  3. .NET's fastest JSON Serializer by ServiceStack

    By:

    .NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient. Benchmarks at: http://servicestack.net/benchmarks/ Includes the String and Stream functionality for all the ServiceStack projects including: - T.Dump() generic extension method for easy dbugging and introspection of types - WebRequest, Li... More information

  4. NETFx Epoch Time Extension Methods

    By:

    Provides conversion of DateTime and DateTimeOffset into an epoch-relative number value (total seconds). See Unix Epoch in Wikipedia for more information on why this might be needed. Typical uses include using this simplified representation as an expiration time for a token, password or verification code.

  5. NETFx DateTime.ToNaturalTime Extension Method

    By:

    Converts a date time to a readable natural time (i.e. '10 hours', '2 years') or relative time (i.e. '5 days ago').

  6. NETFx DateTime.ToNaturalTime Extension Method xUnit Tests

    By:

    xUnit tests for netfx-System.Collections.Generic.DateTimeToNaturalTime

  7. AGoGo

    By:

    AGoGo converts DateTime values into relative time text. Compare a to Now or one date to another to get how far apart they are. e.g. "2 months ago," "5 minutes ago," "Yesterday." Also generates rank values like 1st, 2nd, third for any integer value.

  8. Dates

    By:

    The missing .NET date types; DatePeriod and DateSpan.

  9. DateTimeSupport

    By:

    Extends "DateTime" class.

  10. Dately

    By:

    A library for parsing relative dates, such as "1 hour from now" and "2 weeks ago".

  11. NETFx Epoch Time Extension Methods xUnit Tests

    By:

    xUnit Tests for netfx-System.DateTimeEpochExtensions

  12. Fluent Date Api

    By:

    Working with dates and time in .NET works great, but I feel it could be more natural to work with them. new DateTime(2000, 6, 3) is less natural than 3.June(2000), isn't it?

  13. FluentTime

    By:

    A fluent interface in .NET for working with dates and times, inspired by ActiveSupport's time extensions.

  14. Chronic

    By:

    A natural language date parser for .Net. A port of Ruby's chronic.

  15. Virastyar

    By:

    A Farsi (Persian) language checking and NLP library. This package includes both library and it's required data files.

  16. Virastyar.Data

    By:

    Required data files for Virastyar library.

  17. Virastyar.Lib

    By:

    A Farsi (Persian) language checking and NLP library.

  18. NodaTime

    By:

    Noda Time is a date and time API acting as an alternative to the built-in DateTime/DateTimeOffset etc types built into the .NET framework. It's based on the "engine" of Joda Time, the popular Java library - but with an API designed from the ground up.

  19. PersianDateTime

    By:

    This dll contains a class named PersianDateTime which persian developers can use instead of System.DateTime structure. This class also contains most of the methods and properties of the conventional DateTime structure such as DateTime.Now and DateTime.TimeOfDay.

  20. Independent DateTime

    By:

    Provides an independent date and time to system, which should be synced by server. Suitable for client-server applications.