I would like to then be able to sort by date. At the moment I can either have a date with d/m/y in different configurations or the text field with my desired format but then it doesn't sort by date
Yes you can, but you have to change some code in plugin. In file wp-content/plugins/wpdatatables/templates/admin/settings/tabs/main_plugin_settings.php around line 43 you will find select where are all options for date format.
You have to add this option
<option value="M Y"> July 2005 (Mon Y)</option>
on the bottom on this select like in attachment. Then you can choose it from option Date format in main settings of plugin.
This will be overwritten on next update so you have to change it again.
Hi,
I would like to use a date format MMM YYYY
As in Jan 2018
I would like to then be able to sort by date. At the moment I can either have a date with d/m/y in different configurations or the text field with my desired format but then it doesn't sort by date
Hi devicedr416,
Thank you for your purchase.
You can check option Date format in main settings of plugin where you can find different formats for date and also format like 5 Jan 2018.
Best regards
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
Hi Milan,
I understand that I can have a date in d/m/y in different configurations.
What I am looking for is MMM/YYYY without a day.
Kind regards,
Daniel
Hi Daniel,
Yes you can, but you have to change some code in plugin. In file wp-content/plugins/wpdatatables/templates/admin/settings/tabs/main_plugin_settings.php around line 43
you will find select where are all options for date format.
You have to add this option
on the bottom on this select like in attachment. Then you can choose it from option Date format in main settings of plugin.
This will be overwritten on next update so you have to change it again.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
Great, thanks.
Might be good to implement this, I am sure I am not the only person who wants to use this format
Kind regards,
Daniel
Hi devicedr416,
You are welcome.
I will provide this suggestion to my team to integrate more formats on next update.
If you have any more issues or questions feel free to open a new ticket, we will gladly help.
We'd greatly appreciate it if you could take a minute and leave a Review on CodeCanyon on this link. Thanks!
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables