Hi Community,

I have met a problem when trying to filter object list by Last Change attribute and need your help.

The story is that user want to obtain all objects, like function, cluster/data model and position, which are modified after a specified date. To accomplish this, I plan to create a report which pops up a dialog box asking for the date and then uses this date to filter objects.

However, I found the data type of attribute Last Change(Attribute(Constants.AT_LAST_CHNG_2, nLocale)) is not Date(in javascript) and it doesn't provide method to convert it into Date type. After further study, I got the class of Last Change, AAttributeTimeStampDef.

Does any one know about class AAttributeTimeStampDef? Or know how to convert Last Change to Date?

Thanks in advance.

Regards,

Will

 

 

 or register to reply.

Notify Moderator