I'm a .net developer by trade and obviously not great at javascript. can anyone tell me why this is receiving this error?
ERROR = 'Object doesn't support this property or method'
Code:
var myDate = new Date();
alert(myDate.format('mm/dd/yy'));
Comment