In SharePoint 2007 List, there is a field (or column) called "Created". It contain the date in which a item is created.
I want to create any field, a calculated field, to help me calculate the milliseconds of the date in the "Created" field.
Any Ideas?
Additional Information
For example: 10/10/2010 10:11:12:80 will return the value 80 as the millisecond. If I =MINUTE[Created], it will return the value 11 as the minute. (In this case, I am looking for the millisecond.)
milliseconds[Created]. – Anderson Karu Nov 10 '11 at 9:05