Tagged Questions
0
votes
1answer
17 views
Empty date field goes to 1/1/1900 when updating target list with workflow
Say, I have a SourceList with date fields like these DateReceived, DateEntered. If these field or fields are null then in workflow updates the target list item with 1/1/1900 dates respectively.
...
0
votes
1answer
68 views
How to determine business days in sharepoint workflow
One step of my workflow needs to calculate how many BUSINESS days i have between two dates.
The problem is that my customer registers the holidays in a sharepoint list.
So i will need to query this ...
1
vote
1answer
47 views
How would I take a date field and subtract 30 days to show the month prior to the original date
I have records that are modified each month. The site is used to display the previous month's information. However, to make sure that the information is correct, I want to use the date the ...
1
vote
1answer
402 views
Sharepoint Designer add time to date action
Is there any documentation on how SP adds time to a date? For example, if I add one month to today (say it's the 31st), does SP return the last day of the next month (the 30th)? What about leap years? ...