Today()
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-11-17 02:25 PM
I Just realised that the function Today() is buggy.
Yesterday the date was like this:
31-10-2017 17:50
Now it is like this:
11-01-2017 10:54
Has anyone the same problem, or is it related to Danish version of Windows???
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-11-17 06:03 PM
Try
FormatDate(Now(); ""dd.MM.yyyy "") & LocalTime()
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-11-17 10:45 AM
Hi Christer
Thanks, I know how to handle it, i just cant see the logic in why that change in date format. 🙂
