sciter-sdk
Sciter 是一个用 HTML/CSS 来渲染现代应用程序 UI 的脚本引擎。 它非常紧凑,简单(只有一个 4~8M 的动态链接库文件 dll/dylib/so),没有其他依赖。它可以工作在 Microsoft Windows(XP 及以上版本), Apple OS X (10.7 及以上版本)和 Linux/GTK (GTK 3.0 及以上版本)。 Sciter 在较新的 Windows 版本上使用 Direct2D GPU 图形加速技术,在 Windows XP 上
How to use
Download mobile-calendar folder and include it in your HTML document :
$(document).date();
//or
$(document).date({
theme:"date",
fromat: 'yyyy/mm/dd'
});
Of course, in your HTML you should add . Or you can refer t