Метод | Описание | |
---|---|---|
AlternativeFriendlyFormatFromNow ( System.DateTime date ) : String |
Alternative representation of a difference between the specified date and now. If within 24hr it returns TODO: Think about i18n
|
|
FriendlyFormatFromNow ( System.DateTime date ) : String |
Returns the difference from the specified TODO: Think about i18n
|
|
ToShortDate ( System.DateTime date ) : String |
Formats to short date
|
|
ToShortDateTime ( System.DateTime date ) : String |
Formats to short date
|
public AlternativeFriendlyFormatFromNow ( System.DateTime date ) : String | ||
date | System.DateTime | The date in the past (should be equal or less than now) |
Результат | String |
public FriendlyFormatFromNow ( System.DateTime date ) : String | ||
date | System.DateTime | The date in the past (should be equal or less than now) |
Результат | String |
public ToShortDate ( System.DateTime date ) : String | ||
date | System.DateTime | |
Результат | String |
public ToShortDateTime ( System.DateTime date ) : String | ||
date | System.DateTime | |
Результат | String |