Skip to content

mehrshaddarzi/acf-persian-datepicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jalali Datapicker For ACF (Advanced Custom Fields) WordPress Plugin

  • This Plugin Compatible With wp-parsidate And ACF version>5.0.0 WordPress Plugin.
  • For use persian dateicker value in Custom Query, you can use post meta or user meta:
{acf_field_name} -> jalali date
{acf_field_name}-timestamp -> Timestamp
{acf_field_name}-date -> Grogorian date

For example acf field name is delivery:

get_post_meta($post_id, 'delivery', true);
get_post_meta($post_id, 'delivery-timestamp', true);
get_post_meta($post_id, 'delivery-date', true);
get_user_meta($user_id, 'delivery', true);
get_user_meta($user_id, 'delivery-timestamp', true);
get_user_meta($user_id, 'delivery-date', true);

افزونه تاریخ شمسی برای ACF

About

Jalali Datapicker For ACF (Advanced Custom Fields) WordPress Plugin

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors