Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
41 views

Why is the date format different from that of my project in recent versions of the mysql net connector?

System.Threading.Thread.CurrentThread.CurrentCulture=System.Globalization.CultureInfo.CreateSpecificCulture("es-DO") System.Globalization.DateTimeFormatInfo.CurrentInfo.ShortDatePattern = &...
EnmanuelP's user avatar
2 votes
0 answers
60 views

ColdFusion Oracle 12c Two Year date defaulting to 1900s instead of 2000s

I have a form with a number of date fields in it. input tag - cfinput type="text" name="orientation_date" value="#dateFormat(getData.orientation_date,'mm/dd/yyyy')#" ...
Michelle H's user avatar
-3 votes
0 answers
50 views

Convert from Date to OffsetDateTime with formatting [duplicate]

In my project, i have an entity called "Example" with a Date field. Since i'm working using swagger, i created the corresponding DTO using a .yaml file. Defining a "date" into the ....
boh's user avatar
  • 1
1 vote
1 answer
39 views

How do i compare 2 dates with specific format ("yyyy-MM-dd'T'HH:mm:ss") in groovy script

I have to compare 2 dates date 1 - "2024-06-18T10:08:39.1271797" date 2 - "2024-06-18T10:08:39.124669" I have to test compare both dates in ready api and make sure they both are ...
sumita bali's user avatar
0 votes
0 answers
7 views

input type date focus color change

How to change the input type date focus default color blue to some other color. The default focus color is coming blue. how to change the mm selected default blue color. The default blue color coming ...
Mathi's user avatar
  • 21
-1 votes
1 answer
37 views

date format in YYYY-MM-DD hh:mm:ssZ

Currently i am having date in the format 2024-06-12 12:24:06.157 But i need the change in 2035-12-11T19:28:00Z this format. Can anyone help me on this ? is there any function for this to do it ? I ...
Rajat's user avatar
  • 1
-1 votes
2 answers
46 views

why i can't update date format in wordpress?

i am using wordpress, and publisher theme newspaper ; I have a strange problem, I want to change the format of the date in WordPress, I go to Settings, I change the date but still the same format no ...
DZ Web Programmer's user avatar
0 votes
1 answer
130 views

Convert a character string "d.m.Y" into a date in format "Y-m-d"

Currently, I have imported data into R with fread and the import works perfectly. However, for 2 columns the date is read in as "d.m.Y" and saved as a character. The problem is that the ...
T K's user avatar
  • 1
0 votes
0 answers
27 views

RSYSLOG not picking up files named as dates yymmdd

Rsyslog on older OS nodes of Ubuntu 14.04 not picking up logs located on NFS generated as date. rsyslogd 7.4.4, compiled with: FEATURE_REGEXP: Yes FEATURE_LARGEFILE: No ...
RMT's user avatar
  • 1
0 votes
1 answer
45 views

Changing data from DD/MM/YYYY to mySQL format YYYY-MM-DD [closed]

I am currently trying to get the data that I loaded from a .txt file to show the data in a way that I can manipulate it via excel's YEAR(function). The raw data date format looks like this: 01/03/2018 ...
nuggnugg's user avatar
1 vote
1 answer
47 views

ggplot2 - Time on horizontal axis

I am trying to plot a graph using ggplot2 in R. The issue I am facing is that on the horizontal axis, namely the axis of time, appear only the year, instead of date (quarterly) and specifically, only ...
Panagiotis Palaios's user avatar
-3 votes
1 answer
88 views

Date Format mdy vs dmy

Can someone help me with the following. I am trying to parse column 'date2' in the format mdy (Month Day Year) enter image description here date1 date2 date2b date3 date4 date5 ...
Juergen Buesching's user avatar
0 votes
0 answers
27 views

How can I change the dateformat of dateColumn in react-datasheet-grid

I want to change the date format to "dd-mm-yyyy". But when I am using DateSheetGrid and set the column to dateColumn, the type always "mm-dd-yyyy". How can I fix it? Please help me....
Bravo's user avatar
  • 1
0 votes
0 answers
76 views

GetDateFormatEx returns a non-zero value but the buffer returned by it is faulty

This is the sample program in which "GetDateFormatEx" returns an invalid string. It is failing in customer's setup. #include <windows.h> #include <iostream> uint64_t shimTime(...
Shivangi Gupta's user avatar
0 votes
0 answers
117 views

How to use date in "dd.mm.YYYY" format in FastAPI

I'm learning FastAPI on my own, trying to make a tutorial project, but I'm running into some difficulties. I need the api to receive a date in the format “dd.mm.YYYY” and the output to be in the same ...
Serg  Lihodkin's user avatar

15 30 50 per page
1
2 3 4 5
137