Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created August 12, 2016 04:43
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save goofmint/25f555c5910662de39aa05814986ceb0 to your computer and use it in GitHub Desktop.
1.md
this.formController.addRule({
birthday: {
customFunc: function(value) {
// 分けて取り出す
var y = value.year;
var m = value.month;
var d = value.day;
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment