04-29-2015 06:38 AM
var date = new Date();
var lastDeployedToPROD = {
name : "alfresco/forms/controls/DateTextBox",
config : {
requirementConfig : {
initialValue : true
},
value : date,
name : "prop_hccm_lastDeployedDateToPROD"
}
};
04-29-2015 01:51 PM
var currentDate = new Date().toISOString();
//Create the form control for the student
var formControls = [{
name : "alfresco/forms/controls/DojoValidationTextBox",
config : {
name : "alf_destination",
value : alfDestination,
visibilityConfig : {
initialValue : false
}
}
},
{
name : "alfresco/forms/controls/DojoDateTextBox",
config : {
label : "Student Registration Date",
value : currentDate,
name : "prop_cm_studentRegistrationDate",
requirementConfig : {
initialValue : true
}
}
}];
05-04-2015 01:03 AM
var date = new Date();
var date = new Date().toISOString();
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.