Difference between revisions of "Date 1 0"
From ADF Docs
Line 6: | Line 6: | ||
:type = singleton | :type = singleton | ||
− | == Functions == | + | == Functions == |
+ | :[[Date_1_0-csDateFormat|csDateFormat]] | ||
− | + | ||
+ | :[[Date_1_0-firstDayOfWeek|firstDayOfWeek]] | ||
+ | ::Returns a date. | ||
+ | |||
+ | |||
+ | :[[Date_1_0-firstOfMonth|firstOfMonth]] | ||
+ | ::Returns date for first of month | ||
+ | |||
+ | |||
+ | :[[Date_1_0-getMeridiem|getMeridiem]] | ||
+ | ::Depending on the time of day returns AM/PM | ||
+ | |||
+ | |||
+ | :[[Date_1_0-lastDayOfWeek|lastDayOfWeek]] | ||
+ | ::Given the current date find out what the last day of the week is | ||
+ | |||
+ | |||
+ | :[[Date_1_0-lastOfMonth|lastOfMonth]] | ||
+ | ::Returns last date of month |
Revision as of 03:41, 24 March 2010
Description
Date Utils functions for ADF Library
Properties
- version = 1_0_0
- type = singleton
Functions
- firstDayOfWeek
- Returns a date.
- firstOfMonth
- Returns date for first of month
- getMeridiem
- Depending on the time of day returns AM/PM
- lastDayOfWeek
- Given the current date find out what the last day of the week is
- lastOfMonth
- Returns last date of month