knockout-partialdate:KnockoutJS 部分日期扩展器

时间:2024-06-30 23:35:31
【文件属性】:

文件名称:knockout-partialdate:KnockoutJS 部分日期扩展器

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-30 23:35:31

JavaScript

淘汰赛-部分日期 KnockoutJS 部分日期扩展器 安装 bower install knockout-partial 用法 // Create date observable var value = new Date(); var date = ko.observable(value).extend({"partialdate": true}); // Log changes to the console date.subscribe(function(newValue){ console.log('Date changed', newValue); }); date.year.subscribe(function(newValue){ console.log('Year changed', newValue); }); // Change parts of the date.


【文件预览】:
knockout-partialdate-master
----LICENSE(1KB)
----dist()
--------knockout-partialdate.js(2KB)
----README.md(639B)
----bower.json(364B)

网友评论