Idea Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Notify Moderator
CreateDate Function
Status:
Accepting Votes
Submitted by
SeanAdams
on
‎04-13-2017
10:51 PM
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Notify Moderator
Hi there,
Could we please add a simple date function which allows you to construct a date from the basic inputs (rather than having to go through date-time-parse).
Example:
Function CreateDate(Year as integer; optional month as integer; optional day as integer; optional hour as integer; optional minute as optional; optional second as integer) as DateTime
Examples:
- CreateDate(2017) = 2017-01-01 00:00:00
- CreateDate(2017, 4) = 2017-04-01 00:00:00
- CreateDate(2017,04,05) = 2017-04-05 00:00:00
See more ideas labeled with:
5 Comments
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.