python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Custom format Korean date with forward-slash not working
If you run the following code: https://dotnetfiddle.net/kBqe9x
using System;
public class Program
{
public static void Main()
{
var date = DateTime.Now;
Co...
JobaDiniz
Votes: 0
Answers: 2
How to display end date in Woocommerce Subscriptions with a specific date format?
I just want to ask on how to display the end date (or next payment date) in Woocommerce Subscriptions in "MM/DD/YYYY" format?
I'm currently using WooCommerce, WooCommerce Subscriptions, WooC...
EpikMint
Votes: 0
Answers: 1
i want to change date format to text and export to excel
please i need seome help!
Mycode:
$start = Carbon\Carbon::createFromFormat('d-m-Y', '01-02-2019')->firstOfMonth();
$end = Carbon\Carbon::createFromFormat('d-m-Y', '01-02-2019')->lastOfMonth();
...

itsmebay
Votes: 0
Answers: 1
convert string date to sql date format
I want to convert this string "2022-01-13 14:33:07.996" to java sql date. I have read the answers and I have converted the string to java util date and then to java sql date. I just don't kn...

gbeto Jean-José
Votes: 0
Answers: 1