Skip to content

Instantly share code, notes, and snippets.

@sagar-ganatra
Created January 17, 2014 08:08
Show Gist options
  • Save sagar-ganatra/8469947 to your computer and use it in GitHub Desktop.
Save sagar-ganatra/8469947 to your computer and use it in GitHub Desktop.
bindings: {
'.js-startDate': {
observe : 'startDate',
onGet : function (value) {
return Formatter.convertToDDMMYYYY(value);
},
onSet: function (value) {
return Formatter.createDate(value);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment