persian-calendar Questions

5

Solved

I need to store Date in Persian (Jalali) date in MySQL. I'm using CodeIgniter. I need something like this: $Date = Jalali_to_Georgian(1393,5,28) // Output: "2014/08/19" Do I need to create a new...
Flue asked 4/5, 2015 at 5:11

3

I want to plot a dataframe in which the index consists of datetime values based on Iranian calendar. I want to set the x-axis labels as following: import matplotlib.dates as mdates axes.scatter(df...
Histo asked 11/8, 2020 at 10:57

2

How to set default date to Persian date in PHP? Say, if I echo this function date('Y-m-d') then it will show 2018-03-05 but I want 1396-12-14 the Persian date

1

Solved

Consider the following code <v-date-picker v-model="picker" :first-day-of-week="6" locale="fa" ></v-date-picker> <v-date-picker v-model="picker" ></v-date-picker> ...
Prue asked 9/5, 2020 at 5:51

4

Solved

I have a mysql table that has a column with date type. I'm going to store non-Gregorian date in this column (i.e. Jalali date). I tested this by using phpMyadmin and storing a Jalali date and no er...
Urbain asked 31/10, 2014 at 6:25

4

Solved

I use Django 1.6. When I have a field that have DateTimeField type, Django automatically use Django calendar. But in Iran we use Persian Calendar (or Jalali Calendar or Farsi Calendar). How can ...
Lonne asked 29/11, 2013 at 9:42

2

Solved

Is there any implementation of Persian calendar DatePicker on JavaFx? There is no Persian chronology to use on DatePicker to achieve a Persian calendar
Shantay asked 6/9, 2016 at 20:14
1

© 2022 - 2024 — McMap. All rights reserved.