How to get Time with seconds and milliseconds

shibily
Member Posts: 89
Hi all.
Any way to find the current Date and also the time with seconds and milliseconds.??
Thanks in advance
shibily
Any way to find the current Date and also the time with seconds and milliseconds.??
Thanks in advance
shibily
0
Comments
-
CURRENTDATETIME?
And one thing: the time is saved internally with ms, but showed without. You need to use different formating to show them (e.g. if you move cursor to edit the time, you can see the ms...). Use FORMAT function to get full value...0 -
and use the C/AL Symbol Menu (F5 in Code) here you can see all system functions like System --> Date --> Time or (CURRENTDATETIME)
RegardsDo you make it right, it works too!0 -
kine wrote:CURRENTDATETIME?
And one thing: the time is saved internally with ms, but showed without. You need to use different formating to show them (e.g. if you move cursor to edit the time, you can see the ms...). Use FORMAT function to get full value...
Yes, I used the function CURRENTDATETIME. However it was showing only the time and date.. If ms is also entering internally then it is fine.
Thank you all for your support
Shibily0 -
Yes, they are. As I wrote, you just needs to move cursor to this field to see the ms part. Or change the format string to include ms too... ;-)0
-
Just a quick note about Date time & Time data types - both of these data types are accurate to 1/1000th of a second. However the formated output of these fields on forms & in reports does not show this detail.
You can either use the AutoFormat Expression of the field or use the Format function to control your output.0 -
so how can you get milliseconds here in the following date format
FORMAT(DateVal,0,'<Day,2><Month,2><Year4><Hours24,2><Minutes,2><Seconds,2>')0 -
just noticed this is how it can be done
FORMAT(CURRENTDATETIME,0,'<Day,2><Month,2><Year4><Hours24,2><Minutes,2><Seconds,2><Second dec>'));
0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions