captbaritone / captbaritone/datejs

persian months, days, first day of week, first month, ... do not set properly

Open
#189 0 comments 0 reactions 0 assignees View on GitHub
auto-migrated Priority-Medium Type-Defect
Dominant language
JavaScript
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

```
What steps will reproduce the problem?
1. see the code in date-fa-IR.js
2.
3.

What is the expected output? What do you see instead?
days of the week:
1.شنبه -> (Saturday)
2.یکشنبه -> (Sunday)
3.دوشنبه -> (Monday)
3.سه شنبه -> (Tuesday)
4.چهارشنبه -> (Wednesday)
5.پنجشنبه -> (Thursday)
6.جمعه -> (Friday)
small name of the days:
1.ش
2.ی
3.د
4.س
5.چ
6.پ
7.ج
months:
1.فروردین
2.اردیبهشت
3.خرداد
4.تیر
5.مرداد
6.شهریور
7.مهر
8.آبان
9.آذر
10.دی
11.بهمن
12.اسفند
small name of the months:
1.فر
2.ار
3.خد
4.تی
5.مر
6.شه
7.مه
8.آب
9.آز
10.دی
11.به
12.اس

Start of week:
شنبه -> (Saturday)

What version of the product are you using? On what operating system?
Alph-1 on windows

Please provide any additional information below.

Persian uses jalali calendar that you can find it descriptions in remark
section of this page:
http://msdn.microsoft.com/en-us/library/system.globalization.persiancalendar(v=v
s.110).aspx

```

Original issue reported on code.google.com by `oerp8...@gmail.com` on 27 Jun 2014 at 10:07

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.