Difference between revisions of "Workshift work2abs"
From SDU
(New page: USD utilises workshifts and sometimes it is usefull to be able to determine times within a workshift. date workshift_abs2work(string workshift, date start, int duration) Returns the da...) |
(→Details) |
||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | __NOTOC__ | |
| + | {{Global Header}} | ||
| + | {{Global Announcement}} | ||
| − | + | == Details == | |
| + | USD utilizes workshifts and sometimes it is useful to be able to determine times within a workshift. | ||
| − | Returns the date from the start date plus the duration for the given workshift. Note: workshift is | + | date workshift_work2abs(string workshift, date start, duration seconds) |
| + | |||
| + | Returns the date from the start date plus the duration for the given workshift. Note: workshift is represented as a string (eg. "Mon - Fri { 7:30 am - 5:30 pm }") | ||
Latest revision as of 21:19, 1 June 2012
To make corrections or additions to this article, select the edit tab above.
To discuss or ask questions about this article, select the discussion tab above.
To discuss or ask questions about this article, select the discussion tab above.
Details
USD utilizes workshifts and sometimes it is useful to be able to determine times within a workshift.
date workshift_work2abs(string workshift, date start, duration seconds)
Returns the date from the start date plus the duration for the given workshift. Note: workshift is represented as a string (eg. "Mon - Fri { 7:30 am - 5:30 pm }")