سلام

بنده از Calendar Systems برای نمایش تاریخ هجری استفاده می کنم و تشکر می کنم از کار ارزشمند شما

متاسفانه در قسمت پروفایل وقتی یک فیلد تاریخ ایجاد می کنی و در فرم عضویت نمایش می دهیم تاریخ به شکل اردیبهشت 03 1900 نمایش داده می شود بدین صورت که روز و ماه به شمسی هست اما تاریخ به صورت میلادی نمایش داده می شود.

ممنون می شوم بنده را راهنمایی نمایید تا این مشکل را برطرف نمایم

شاد باشید

Comments

sinasalek’s picture

Assigned: Unassigned » sinasalek
sinasalek’s picture

Issue tags: +6.x-1.5 roadmap

Marking for the next release

sinasalek’s picture

Status: Active » Postponed
Issue tags: -6.x-1.5 roadmap

It can't be include in this release, requires a core patch :
includes/form.inc :

function expand_date($element) {
   ...
    switch ($type) {
      case 'day':
        $options = drupal_map_assoc(range(1, 31));
        break;
      case 'month':
        $options = drupal_map_assoc(range(1, 12), 'map_month');
        break;
      case 'year':
        $options = drupal_map_assoc(range(1900, 2050));
        break;
    }
sinasalek’s picture

Issue tags: +6.x-2.x roadmap
sinasalek’s picture

Title: اشکال در نمایش تاریخ در پروفایل » Supporting Drupal build-in date widget
saruwatari’s picture

The information which I found here regarding Japanese used cars is very helpful and I like to share a useful Japanese Used Car website here.マツダ車買取

sinasalek’s picture

Changing Roadmap

sinasalek’s picture

Version: 6.x-2.x-dev » 7.x-1.x-dev
Status: Postponed » Closed (fixed)

It's implemented now, and there is no need for any configuration or a even a core patch
new dev snapshot should be available shortly