Filter
Exclude
Time range
-
Near
Tired of looking up .NET date/time formats? I created DateTimeFormat in Spargine, so you never have to again. Strongly typed, readable, and built for performance. Your formatting headaches are over! #dotnet10 #MVPBuzz #Formatting #Spargine dotnettips.wordpress.com/202…
2
80
NEW: "Date and Time Formatting with JDK 20 and higher" wiki page, highlighting formatting & parsing issues when running #Java and #Spring apps on JDK 20 . Includes tips for dealing with locale-sensitive date/time formats – e.g., via @⁠DateTimeFormat. github.com/spring-projects/s…
1
17
95
7,478
TIL Date.prototype.toLocaleDateString() performance caution. "Every time toLocaleString is called, it has to perform a search in a big database of localization strings, which is potentially inefficient. When the method is called many times with the same arguments, it is better to create a Intl.DateTimeFormat object and use its format() method, because a DateTimeFormat object remembers the arguments passed to it and may decide to cache a slice of the database, so future format calls can search for localization strings within a more constrained context." developer.mozilla.org/en-US/…
If you're particularly adept at benchmarking and micro-optimizations of JS code... I've got a challenge I'm struggling with: gist.github.com/getify/22b97… That's a detailed explanation of the situation and what I'm needing help with. Appreciate any assistance or spreading the word.
2
4
1,467
#Java @springframework Tip: you can convert String RequestParams directly to LocalDate at the request level using the @DateTimeFormat annotation. You need to specify the pattern. It can be your own or ISO patterns. No need for converting it 'manually'. docs.spring.io/spring-framew…
33
239
10,478
2024年3月1日に data value is not finite in DateTimeFormat などと言われると閏年を疑ってしまうが流石にそんなに古典的なことしないですよね
1
111
27 Feb 2024
Day 48 Done Tasks: ✅4:00 A.M: Started coding ✅Date Methods & DateTimeFormat API #100DaysOfCode #codinglife #CodingJourney
5
118
18 Jan 2024
⚡ Vuetify v3.4.11 is live! - 📆 Improved date handling: Fixes to `DateTimeFormat` usage and `getDay` method in the calendar. - 🌍 Enhanced locale support: Updated Slovak locale and resolved memory leak issues. - 🔄 Pagination tweak: Now emits 'current-items' event on items change. - 🖋️ UI Refinements: Adjustments in `VDataTableFooter`, `VPagination`, and `VList` for better layout and accessibility. - 💡 Slider and Tabs enhancements: Fixed memory leak in `VSliderThumb` and set correct initial isSelected value in `VTabs`. Full release notes here: vuetifyjs.com/getting-starte…

2
29
3,671
16 Jan 2024
Day 64 #100DaysOfCode ✅ Revising JavaScript 🎯 Strings: properties/methods 🎯 Numbers: properties/methods 🎯 Math Objects 🎯 Date & Time 🎯 Date methods & DateTimeFormat API 🎯 Solved some challenges #javascript
1
2
38
#100diasdecodigo #100daysofcoding [dia 106] Adicionado validações required, DatetimeFormat , IsNumber e stringLength com mensagem de retorno personalizada para validar planilha de excel
9
89
Struggling with date display? C# offers versatile formatting options! tinyurl.com/yys72yed @CsharpCorner #Programming #DateTime #CSharpCoding #tuesdayvibe #DateTimeFormat #growyourown #codeNinja

6
8
52
18 Oct 2023
StringSyntaxAttribute、沢山増えてる(CompositeFormat, DateOnlyFormat,DateTimeFormat, EnumFormat, GuidFOrmat, Json, NumericFormat, Regex, TimeOnlyFormat, TimeSpanFormat, Uri, Xml)けど、ちゃんと指定しても現状Visual Studioの色付けは特に対応してない……。 learn.microsoft.com/ja-jp/do…

1
3
3,309
Day 33: Worked with Dates-Times, Date Methods, and DateTimeFormat API, also started the Arrays & Objects section and did Array Basics #javascript #100DaysOfCode github.com/rico042002/Rico-1…

3
64
2️⃣ DateTimeFormat in Intl: Intl.DateTimeFormat formats dates based on user's locale and options. Customize date presentation with styles (long, medium, short) and time zones. Keep user preferences in mind when handling date and time in different regions.
1
2
6
Replying to @omariosouto
O próprio JS tem uma api foda pra lidar com datas em vários formatos, a INTL DateTimeFormat developer.mozilla.org/en-US/…

1
17
2,600
20 Apr 2023
JS is going on! 😍 Learnt about Date Methods & DateTimeFormat API... It was not that interesting but I am so Happy that I am continuously going and Learning JS! 🔥
5
9
86
3,813
31 Mar 2023
The datetimeformat function for #ColdFusion uses different syntax than timeformat. I was encountering a cosmetic oddity due to "mm" used for minutes instead of "nn". A #FileLocatorPro regex search for "[^\.]datetimeformat\(" AND ":mm" helped my quickly identify & fix all issues.
1
48
Replying to @PR0GRAMMERHUM0R
nothing wrong with this, alot better than importing momentjs or dayjs or something. new intl datetimeformat is clutch nowadays
8
1,339