Hi,
Make change in the file 'mod_jxshowjob.php' file, where replace your code
| Code: |
<td width="11"><?php if ( $params->get( 'showcreated') ) { echo "<br />$row->created"; } ?></td>
|
with say,
| Code: |
<td width="11"><?php if ( $params->get( 'showcreated') ) { echo ' <br /> '. mosFormatDate( $row->created, '%B %d, %Y' ); } ?></td>
|
that's all, Try and check it...
Hope your problem will be solved

Bye

<br><br>Post edited by: godwin, at: 2007/06/08 13:41