-
**Description:**
As described in the title, the mod is longer functioning. I didn't update and I restarted my computer, file explorer and wind hawk, with to no avail. I uninstalled and installed the …
-
Hello,
I have tried version 1.12 and 1.13, and in both happens the same thing (using chrome, havent tried others).
$('#elegir_cal').appendDtpicker({
"dateFormat": "DD/MM/YY", "futureOnly": true
}…
-
This is my first attempt to start working with otroslogviewer but I can't make it work. What I did:
1. I imported by log4j2 file:
![Screenshot from 2024-08-05 11-05-11](https://github.com/user-att…
-
## やりたいこと
**正規表現**
- 指定したDateFormatのValidation
**Date型の操作**
- String -> Date
- Date間の差分の算出 => 年齢の算出
-
We use exec_template quite extensive and tried to update from version 8.16 to 8.24.
Below configuration works:
template(name="LocalMessageTmpl" type="list") {
property(name="timereported" d…
-
In ditto v2.1.1 it was possible to retrieve **both** values of a date field:
`[[Ditto? &dateSource='myunixtime' &dateFormat='%d.%m' … &hiddenFields='myunixtime' …]]`
in the related ditto template I…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Package/Plugin version
9.1.1
### Platforms
- [X] Android
- [X] iOS
- [ ] Linux
- [ ] MacOS
- [ ] Web
- [ ] W…
-
I'm trying to log in using an AuthCredential generated by Facebook, but it doesn't work, I already tested the Facebook API and everything is fine. I was analyzing all the generated accessToken, it loo…
-
### What happened?
Everytime I run `pulumi up` FileFormat reports changes and tries to update. Update fails with:
```
Do you want to perform this update? details
pulumi:pulumi:Stack: (same)
…
-
在Spring MVC中使用FastJsonHttpMessageConverter,设置默认的日期格式化格式yyyy-MM-dd HH:mm,那么当在Controller中返回实体类的时候日期字段上标注了@JSONField(format = "yyyy-MM-dd"),但是这个注解不生效,转化后的json字符串日期格式仍然是yyyy-MM-dd HH:mm格式。应该是细粒度的指定日期格式优先级…