Hi Shailendra,
You can set the timestamp with the help of Script (Calculated Values)...
var currentDate= new Date();
if ((workItem.getValue(WorkItemAttributes.STATE)== State ID)) {
return currentDate.getTime().toString();
}
Hope this helps you.
Regards,
Anurag RAjput