 | Fixed date format for non technical user |  |
Posted: 11/26/2005 6:36 AM |
|
|
|
|
|
| Owl |
| Posts |
153 |
| Word Cnt. |
5,208 |
| BDay |
Feb 2 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Oct 13, 2005
Local time: 1:02 AM
Location: Rajan Pur
|

|
|
|
|
 |
HI
SIR I INTAIL THIS MOD Fixed date format for non technical user
BUT SHOW IN DATE FORMAT
Sat 26 Nov,2005 16:50
Sat 26 Nov,2005 16:50 PM
sir i want show
Sat 26 Nov,2005 Â 04:50
Sat 26 Nov,2005 Â 04:50 PM
provide help |
|
|
 |
 |
| Back to Top |
|
|
 | Fixed date format for non technical user |  |
Posted: 11/26/2005 7:16 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:02 PM
Location: St Pete, FL
|

|
|
|
|
 |
In the includes/functions_selects.php file, you will find the following:
| Code:
|
//---------------------------------------------------
$date_format_list[] = array('F d Y');
$date_format_list[] = array('F d Y, H:i');
$date_format_list[] = array('F d Y, G:i A');
//---------------------------------------------------
$date_format_list[] = array('d F Y');
$date_format_list[] = array('d F Y, H:i');
$date_format_list[] = array('d F Y, G:i A');
//---------------------------------------------------
$date_format_list[] = array('l, d F Y');
$date_format_list[] = array('l, d F Y, H:i');
$date_format_list[] = array('l, d F Y, G:i A');
//---------------------------------------------------
$date_format_list[] = array('D, M d Y');
$date_format_list[] = array('D, M d Y, H:i');
$date_format_list[] = array('D, M d Y, G:i A');
//---------------------------------------------------
$date_format_list[] = array('D d M');
$date_format_list[] = array('D d M, Y H:i');
$date_format_list[] = array('D d M, Y G:i A');
//---------------------------------------------------
$date_format_list[] = array('d/m/Y');
$date_format_list[] = array('d/m/Y H:i');
$date_format_list[] = array('d/m/Y G:i A');
//---------------------------------------------------
$date_format_list[] = array('m/d/Y');
$date_format_list[] = array('m/d/Y H:i');
$date_format_list[] = array('m/d/Y G:i A');
//---------------------------------------------------
$date_format_list[] = array('m.d.Y');
$date_format_list[] = array('m.d.Y H:i');
$date_format_list[] = array('m.d.Y G:i A');
//---------------------------------------------------
|
This is what I created for this board from that:
| Code:
|
//---------------------------------------------------
$date_format_list[] = array('F d Y');
$date_format_list[] = array('F d Y, g:i');
$date_format_list[] = array('F d Y, g:i A');
$date_format_list[] = array('F d Y, H:i');
$date_format_list[] = array('F d Y, G:i A');
//---------------------------------------------------
$date_format_list[] = array('d F Y');
$date_format_list[] = array('d F Y, g:i');
$date_format_list[] = array('d F Y, g:i A');
$date_format_list[] = array('d F Y, H:i');
$date_format_list[] = array('d F Y, G:i A');
//---------------------------------------------------
$date_format_list[] = array('l, d F Y');
$date_format_list[] = array('l, d F Y, g:i');
$date_format_list[] = array('l, d F Y, g:i A');
$date_format_list[] = array('l, d F Y, H:i');
$date_format_list[] = array('l, d F Y, G:i A');
//---------------------------------------------------
$date_format_list[] = array('D, M d Y');
$date_format_list[] = array('D, M d Y, g:i');
$date_format_list[] = array('D, M d Y, g:i A');
$date_format_list[] = array('D, M d Y, H:i');
$date_format_list[] = array('D, M d Y, G:i A');
//---------------------------------------------------
$date_format_list[] = array('D d M');
$date_format_list[] = array('D d M, Y g:i');
$date_format_list[] = array('D d M, Y g:i A');
$date_format_list[] = array('D d M, Y H:i');
$date_format_list[] = array('D d M, Y G:i A');
//---------------------------------------------------
$date_format_list[] = array('d/m/Y');
$date_format_list[] = array('d/m/Y g:i');
$date_format_list[] = array('d/m/Y g:i A');
$date_format_list[] = array('d/m/Y H:i');
$date_format_list[] = array('d/m/Y G:i A');
//---------------------------------------------------
$date_format_list[] = array('m/d/Y');
$date_format_list[] = array('m/d/Y g:i');
$date_format_list[] = array('m/d/Y g:i A');
$date_format_list[] = array('m/d/Y H:i');
$date_format_list[] = array('m/d/Y G:i A');
//---------------------------------------------------
$date_format_list[] = array('m.d.Y');
$date_format_list[] = array('m.d.Y g:i');
$date_format_list[] = array('m.d.Y g:i A');
$date_format_list[] = array('m.d.Y H:i');
$date_format_list[] = array('m.d.Y G:i A');
//---------------------------------------------------
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Fixed date format for non technical user |  |
Posted: 11/26/2005 7:45 AM |
|
|
|
|
|
| Owl |
| Posts |
153 |
| Word Cnt. |
5,208 |
| BDay |
Feb 2 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Oct 13, 2005
Local time: 1:02 AM
Location: Rajan Pur
|

|
|
|
|
 |
HELL SIR
THNAKS I REPLACE CODE
WORK PERFTECT 100%
THANKS |
|
|
 |
 |
| Back to Top |
|
|
 | Fixed date format for non technical user |  |
Posted: 11/26/2005 7:47 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:02 PM
Location: St Pete, FL
|

|
|
|
|
 |
I'm happy to hear that. You are welcome...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|