问题标签 [materialdatepicker]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - Material DateRangePicker 设置默认范围
我想在我DateRangePicker
的默认选择范围内。我怎么能得到那个?
我现在的代码:
reactjs - React KeyboardDatePicker 设置初始值格式
我有一个组件从后端接收日期作为 dd/MM/yyyy 格式的字符串。我将此日期传递给我的 MaterialUI datepicker 组件,但它会将其转换为 MM/dd/yyyy ,有没有办法可以控制此转换,而不是使用虚拟变量来执行转换
初始加载文本字段中的日期以 MM/dd/yyyy 格式显示。当我单击选择器并选择它以 dd/MM/yyyy 格式正确显示的日期时,因为我在格式属性上指定了相同的格式。
我如何控制最初加载到选择器中的日期的日期格式
android - 安卓依赖
以某种方式在我的依赖项上添加实现 'com.google.android.material:material:1.2.0-alpha05' 这使我的 android 应用程序无法运行
这是代码
这是错误消息
- 出了什么问题:任务“:app:transformDexArchiveWithExternalLibsDexMergerForDebug”执行失败。
com.android.builder.dexing.DexArchiveMergerException:合并 dex 档案时出错:
我正在尝试使用 MaterialDatePicker
android - MaterialDatePicker returning wrong value
I am using MaterialDatePicker
in android studio for the user to be able to choose the date of birth, after selecting the date, the returned value is a long
with the timestamp of the selected date (milliseconds since 01/01/1970). The problem is that the result obtained is slightly wrong, example: If the user selects the date 10/05/1998 (1st of October 1998), the date returned is one day before this, that is, the calendar returns 10/04 / 1998 (October 4, 1998).
My code:
The calendar
instance, now with timeInMillis has the selected date, only a day before. How can I fix this?
android - Android MaterialDatePicker UI 不同于 Material design Documentation
在我的项目中,我需要显示一个与文档中完全相同的日期选择器: https ://material.io/components/date-pickers#mobile-pickers
但我看到的和它有很大的不同。我还尝试了可以从同一个链接下载的演示,它看起来像我的,事实上我附上了演示屏幕截图来比较差异。
特别是在演示中,侧面有很多边距,并且在标题和滚动部分之间还有一条水平线。
演示:
有没有办法获得指南页面中显示的相同结果?如果不是,为什么会有这种差异?那是从哪里来的?
java - DateRangePicker 在今天前一个月设置限制
我是安卓新手。现在,我想从今天开始设置日历范围仅一个月。我已经尝试过这个解决方案,但我仍然不知道如何使它成为动态的。而且,我正在使用材料日期选择器。这是我的代码:
有人能帮我吗?
android - MaterialDatePicker 非常非常慢
我有以下功能 -
它使 MaterialDatePicker 非常非常慢。就像慢了几秒钟。
我不知道出了什么问题。通过检查主题的类似线程,它可能与慢动作中发生的某些效果有关,但我无法验证这一点。
有没有办法让对话框立即弹出?