$format
Formatador de texto a funcao curry
this.Ninja(['$format'], function ($format) {
console.log($format('Nome: {0}, Data de Nascimento: {2:99/99/9999}', ['cleber.programmer', '25011988']));
});| Failed to load latest commit information. | |||
|
|
.gitignore | ||
|
|
README.md | ||
|
|
bower.json | ||
|
|
format.js | ||
|
|
gulpfile.js | ||
|
|
package.json | ||
|
|
script.txt | ||
Formatador de texto a funcao curry
this.Ninja(['$format'], function ($format) {
console.log($format('Nome: {0}, Data de Nascimento: {2:99/99/9999}', ['cleber.programmer', '25011988']));
});