Quantcast
Viewing all articles
Browse latest Browse all 764

CSLA .NET Contrib 4.5.50 released

CslaContrib extension library to CSLA .NET 4.5.50 was published on CodePlex.
This release is version synchronized to CSLA .NET 4.5.501 and is also available on NuGet

Feature highlight

  • Fixes missing Silverlight assemblies for CslaContrib and CslaContrib.MEF packages
  • Adds SmartDateExtendedParser on CslaContrib package

 

SmartDateExtendedParser

Besides standard SmartDate parsing that converts to yesterday, today and tomorrow dates, the extended parser adds parsing for:

  • relative days, months and years (eg. "+90" will add 90 days to the current date)
  • short form date that is culture sensitive (eg. "0525" converts to "May 25 2014")
  • nearest day (eg. "20" converts to "May 20 2014" but "01" converts to Jun 01 2014)

Full specifications for SmartDateExtendedParser on attached file.

 

How to use the SmartDateExtendedParser?

 You just need to declare it once, like this:

Csla.SmartDate.CustomParser = CslaContrib.SmartDateExtendedParser.ExtendedParser;

 


Viewing all articles
Browse latest Browse all 764

Trending Articles