C# Class Cats.Web.Hub.Helpers.DateHelpers

Mostrar archivo Open project: edgecomputing/cats

Public Methods

Method Description
FormatDateFromString ( this helper, string dateAsString ) : string
ToCTSPreferedDateFormat ( this date, string lang ) : string
ToPreferedWeightMeasurment ( this quantity, string weightMeasurment ) : Decimal

Method Details

FormatDateFromString() public static method

public static FormatDateFromString ( this helper, string dateAsString ) : string
helper this
dateAsString string
return string

ToCTSPreferedDateFormat() public static method

public static ToCTSPreferedDateFormat ( this date, string lang ) : string
date this
lang string
return string

ToPreferedWeightMeasurment() public static method

public static ToPreferedWeightMeasurment ( this quantity, string weightMeasurment ) : Decimal
quantity this
weightMeasurment string
return Decimal