getdatetimewithmilliseconds-xif
Service icon

Get Date Time With Milliseconds

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 18 December 2022 by 
4.4
 (11 ratings)
getdatetimewithmilliseconds-xif

Get Date Time With Milliseconds

Details
This component returns the Current Date Time with Milliseconds. Very useful for the logging purposes.
Read more

The Outsystems function (CurrDateTime()) gives the current Date Time in DD/MM/YYYY HH:MM:SS format. But this component (extension) gives the Current Date Time With Milliseconds (in DD/MM/YYYY HH:MM:SS:mmm format). 

This extension is useful for -

1. Maintaining logs

2. Auditing

3. Performance analysis for the application.


Output Date Type - It returns the current date time in milliseconds as Text.



Release notes (1.0.1)

Updated the descriptions of action and output parameters.

Reviews (6)
2022-12-18
in version 1.0.1
Useful for sending values till milliseconds precision in API's.
2022-10-20
in version 1.0.0
Not very usefull extension. Does only divide seconds by 1000 ... don't need a forge component to figure that out
2021-11-24
in version 1.0.0
It would be more useful if the extension returned the date time in ISO format (YYYY-MM-DD hh:mm:ss.fff), or else take a mask as input as return the date time in the format defined by the mask.

Deducting another star because the action and output parameter don't have any descriptions.
Related assets
More from Pravi Gupta