I need basic more information about default format dat in joomla , hikashop level refer to this capture screen
1) I you see the capture screen the on of the url use % before d to have %d : why use this % ?
In the default date picker use in hks custom field why there is y-m-d and not %Y-%m-%d .
1a Does date format lettering in joomla follow the php date format lettering ?
2) How can i find the location of rendering date format in joomla 2.5 ( DATE_FORMAT_LC2).It seem i can detect the default values when i try to override this constant but where is define the value ( l, d F Y H:i ) for this constant (DATE_FORMAT_LC2) ? ( file name path/location on OS filessytem)
3)the advanced date picker from hikashop prevent the user to enter date using keyboard key so the only way is to use the default joomla date picker to enter hour/minutes . Fore advanced date picker there is no icon t oselect the date picker mode , clik on input field area call the date picker ! The format of the value return by the date picker should be compatible with the format define for this date field .
4) if i compare the edit mode during edit picker and advanced picker , i discover that the icon of date that appear for date picker don't appear for advance date picker !! IT don't appear but ll appear if we clik inside the input area !!
4a) If i need date & hour and minute for my custom field , i can't use the advanced date picker ( hks implementation ) right ?
4b) If i use the default date picker , the custom filed mode let me change the format to support date and time but the joomla picker ll return only date but i can then enter the hour manually ... right ?
I think what i writing is not the true and is more complex refer to default date format !!
5) how default value could be choose during creation since Format is not known ( ll be define and store after save ) ! Does this value could be set only after creation ( first save) during Second edition ? after creation , an icon appear at the end of the fields Default value . if i click i have incorrect date value !! incorrect refer to joomla default date format or Custom fields date Format define during creation ? what ll be the default format if no value is set for default value
5) it curbersome to understand at which level is manage date format : php ?, joomla ?, hikashop ?, widget picker ?, storage mysql ?, rendering html ( BE & FE ) in view & edit mode .
understand CMS need understand all the layers wrapper !!! ( take time at beginning but speed dev after this step !!!) .
6) the preview really preview not during the change ( edit custom field date picker) of date format ; only after save ?
7) i would expect information popup when my mouse is hover text label field but nothing to help me understand all the field that appear in the custom field edit mode .
if i simply want to be able to have a custom field of type darte with a format like 2015-06-18 01:30 using whatever picker helper . The format i want for date is %Y-%m-%d %H:%i without using another custom field ( 1 or 2) only for manage hour and minutes !!! .