Please Log in or Create an account to join the conversation.
See PHP date function documentation for formatting.1. for date format, i need for example the 30-03-2014 to be displayed as 30 mar 14
Correct, the check is != '' which means null and '' will fallback to configuration default. Specify a time format of space (e.g. ' ') to hide all time displays (not really advised, but up to you).2. for time format i have set 'UE_TIME_FORMAT' => '' in order to hide time but it is not working
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
My guess is you're outputing a date from your database. CB Query Field just displays the results of your query. It does no special formatting. To format the date in your query you need to use SQL functions for that. Please see the below.and also for the 3rd party plugin the procedure worked and stangely it didn`to work for a cb query field i use..
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.