C
|
cgphp 12/6/2011 |
Set the field as Custom (http://xlinesoft.com/phprunner/docs/_view_as__settings_custom.htm) and enter this code: $value = date("m/Y",strtotime($value)); |
T
|
Tayyab Ilyas 12/6/2011 |
how to change date format on add/edit page, i want month and year only in dropdown box. |
C
|
cgphp 12/6/2011 |
In the "Javascript onload" event of add/edit page, enter this code: var select_day = $("select[id^='dayvalue_']"); |
C
|
chingupt author 12/7/2011 |
Hi Cristian, |
C
|
cgphp 12/7/2011 |
var select_day = $("select[id^='dayvalue_???']");
|
C
|
chingupt author 12/13/2011 |
Hi, |
C
|
chingupt author 12/13/2011 |
Hi Sergey, |
S
|
stiven 12/14/2011 |
view the source of the page and find out what is the id for the day drop down of the field date you want to hide and add this code on the Javascript onLoad page events
|
C
|
chingupt author 12/15/2011 |
Hi |
S
|
stiven 12/15/2011 |
if you post an url and the code we can help you better Hi Its not working. Regards Sachin |