Hi,
is there any method available in the Intraspect to convert the TagAuditEntry getEndTime to milliseconds?
thanks
I haven't come across an available method to do this
We have in TagReport class, methods
@param year The year in YYYY format
@param month The month of the year on a 0-11 scale.
@param day The day of the month
<![if !supportLists]>· <![endif]>public String dateToSeconds(String year, String month, String day)
@param year The year.
@param day The day of the month.
@param time The number of seconds into the day.
<![if !supportLists]>· <![endif]>public String dateToSeconds(String year, String month, String day,String time)
which can be used to convert date to milliseconds.
.
Usage example: <ISPECT>String secs = dateToSeconds("2011", "11", "27")</ISPECT>
Regards,
Sree Ramya
From: eLink Entry: Vignette Collaboration Developers Forum [mailto:vignettecollaborationdevelopersforum@elinkkc.opentext.com] Sent: Tuesday, December 27, 2011 6:33 AMTo: eLink RecipientSubject: How to convert date to milliseconds in ISPECT?
How to convert date to milliseconds in ISPECT?
Posted by cparratt@opentext.com (Parratt, Christopher) On 12-26-2011 20:00
[To post a comment, use the normal reply function]
Topic:
Forum:
Vignette Collaboration Developers Forum
Content Server:
Knowledge Center
Thanks for that, let me try that