datepicker

My97日期控件 My97 DatePicker 4.0 Beta2 发布

对着背影说爱祢 提交于 2020-03-27 18:06:27
Beta2 更新和修正的内容 [新增]增加平面模式,直接在页面上以日历的形式显示,因此DatePicker可以作为Calendar来使用 [新增]startDate支持#F函数等动态参数 [新增]日期返回值可以返回给出input以外的其他控件,将支持<textarea>,<p>,<div>,<span>等作为显示控件 [修改]position的功能得到增强,可动态设置,并能自定义位置 [修改]el:this 可省略,下面的demo中的例子,el:this全部都已经省略了 [修改]日期框设置为disabled时禁止更改日期(不弹出选择框) [修正]选择时期时,IE滚动条闪动 [修正]父页不导入WdatePicker.js情况下,子iframe中无法使用 [修正]当DOCTYPE为 HTML 4.0 Transitional 时,在IE中有时无法显示日期选择框 [修正]空值的文本框,安tab时自动填入当前日期 官方首页: http://www.my97.net/ 演示地址: http://www.my97.net/dp/demo/ 下载: http://www.my97.net/dp/down.asp 技术支持: http://www.my97.net/dp/support.asp 皮肤中心: http://www.my97.net/dp/skin.asp 来源: https:/

My97日期控件 My97 DatePicker Ver 4.0 Beta1 发布

二次信任 提交于 2020-03-27 18:05:47
非常感谢大家对 My97 DatePicker 的支持,最新的4.0beta1在2008年的情人节与大家见面了,祝愿每一位奋战在一线的程序员们都能过个开心快乐的情人节! 4.0几乎重写了所有的代码,而且在结构上也做了重大的调整,所以不向下兼容了,希望此举能得到广大老用户的理解. 另外是一个好消息,beta1版本在性能和稳定性上比原先的期望值高出很多,相对于3.0.1来说,它的功能增强了,速度快了,文件尺寸更小了.虽然还是beta1版本但是稳定性已经可以于3.0.1正式版相媲美,当然可能还有很多未发现的bug,这就需要大家帮忙了,拜托各位了. 4.0主要的更新如下: * 全新构架,最低限度的冲突性(不用担心跟其他库冲突的问题了),最低限度的侵入性 * 对速度进行全面的优化,相对3.X来说,4.0的功能增加了,速度快了,文件尺寸小了 * 提供更多更全面的API支持外部调用,使控件在苛刻环境下通过写少量JS,也能适应需求 * 新增预载功能,解决首次载入慢的问题 * 新增无效天和无效日期功能 * 新增快速选择功能,可利用此功能设定5个快捷日期 * 支持更多的日期格式 * 新增3个自定义事件 * 增强日期范围增加对时间的限制 * 更好的多语言支持 * 增强配置功能,支持每个实例都可以配置几乎所有的参数 * 还有很多其他的更新,如:起始日期功能,年份输入框智能提示功能,周显示功能,只读开关

My97日期控件 My97 DatePicker 4.0 Prerelease 发布

China☆狼群 提交于 2020-03-27 18:05:26
[新增]vel属性,当日期格式为系统不能直接识别的格式时,存储真实值 [新增]opposite属性,让无效天和无效日期变成有效天和有效日期 [修改]每个页面可允许多个平面模式的日历存在,他们互不冲突,皮肤,语言也可以不同 [修改]日期控件在DomComplete后载入(原来是LoadComplete后),速度更快 [修正]平面模式偶尔在ie中不显示 [修正]微软的验证控件不兼容 [修正]最新FF3.0,Safari3.1中的年份翻页问题 官方首页: http://www.my97.net/ 演示地址: http://www.my97.net/dp/demo/ 下载: http://www.my97.net/dp/down.asp 技术支持: http://www.my97.net/dp/support.asp 皮肤中心: http://www.my97.net/dp/skin.asp 来源: https://www.cnblogs.com/my97/archive/2008/04/23/1168191.html

Flutter Weekly Issue 48

断了今生、忘了曾经 提交于 2020-03-25 12:12:56
3 月,跳不动了?>>> 👖插件/Librarys dart_native Write iOS&Android Code using Dart. This package liberates you from native code and low performance channel. flare_loading Loading widget based on a Flare animation, allow you to create beautiful custom loading widgets or dialogs flare_splash_screen Facilitator for having a Splash Screen with a Flare animation flutter_bugly 腾讯Bugly flutter应用更新统计及异常上报插件,支持Android、iOS flutter_tagging A TextField flutter package with tagging functionality. holding_gesture A customized GestureDetector that acts on holding a determined Widget nepali_date_picker Material Style

Two datepickers on angular material with different date format

两盒软妹~` 提交于 2020-03-23 18:12:33
问题 I'm trying to get two datepickers on Angular with different date format, the issue is that the only way that is possible to change the format is with a DataAdapter that's customize, but that applies to all the datepickers. Any idea? Thanks! 回答1: You can add an extra input field for showing the date picker. And setting the original datepicker as hidden. This will let you set the one way binding for the bounded property and let you apply a pipe of 'date' type. Within that pipe, you can have any

Two datepickers on angular material with different date format

时光毁灭记忆、已成空白 提交于 2020-03-23 18:11:50
问题 I'm trying to get two datepickers on Angular with different date format, the issue is that the only way that is possible to change the format is with a DataAdapter that's customize, but that applies to all the datepickers. Any idea? Thanks! 回答1: You can add an extra input field for showing the date picker. And setting the original datepicker as hidden. This will let you set the one way binding for the bounded property and let you apply a pipe of 'date' type. Within that pipe, you can have any

Change DatePicker background color

五迷三道 提交于 2020-03-22 06:37:21
问题 I am trying to display a DatePicker dialog on top of another activity and what is happening is it is somehow inheriting its color. I'd like it to have a green header and white background, Here is excerpt from styles <style name="DatePickerDialog" parent="@android:style/Theme.Holo.Light"> <item name="android:windowFrame">@null</item> <item name="android:windowIsFloating">true</item> <item name="android:windowIsTranslucent">true</item> <item name="colorAccent">@color/primary</item> </style> And

Change DatePicker background color

ε祈祈猫儿з 提交于 2020-03-22 06:37:08
问题 I am trying to display a DatePicker dialog on top of another activity and what is happening is it is somehow inheriting its color. I'd like it to have a green header and white background, Here is excerpt from styles <style name="DatePickerDialog" parent="@android:style/Theme.Holo.Light"> <item name="android:windowFrame">@null</item> <item name="android:windowIsFloating">true</item> <item name="android:windowIsTranslucent">true</item> <item name="colorAccent">@color/primary</item> </style> And

Change DatePicker background color

∥☆過路亽.° 提交于 2020-03-22 06:37:05
问题 I am trying to display a DatePicker dialog on top of another activity and what is happening is it is somehow inheriting its color. I'd like it to have a green header and white background, Here is excerpt from styles <style name="DatePickerDialog" parent="@android:style/Theme.Holo.Light"> <item name="android:windowFrame">@null</item> <item name="android:windowIsFloating">true</item> <item name="android:windowIsTranslucent">true</item> <item name="colorAccent">@color/primary</item> </style> And

How to disable previous days in calendar in flutter?

孤人 提交于 2020-03-21 02:16:30
问题 I have a datepicker in flutter. Now I need to disable all the previous days from present date in calendar in flutter. When I tried to do , it only disable the one previous day. If someone can try this, it will be helpful. final DateTime picked = await showDatePicker( selectableDayPredicate: (DateTime val) => val.day == DateTime.now().day - 1 ? false : true, context: context, initialDate: DateTime.now(), firstDate: new DateTime.now().subtract(new Duration(days: 30)), lastDate: DateTime(2101));