Click here to Skip to main content
16,016,570 members

Comments by Member 11838038 (Top 25 by date)

Member 11838038 13-Feb-17 3:06am View    
Hi,

Sorry for delayed response,

What I meant was that the text is being displayed in the centre of the textarea also when using example input name="text_name" value="<?php echo htmlentities($this->note->note_text); ?>"
It would display hundreds and can submit data but when not using value="" its not allowing me to submit data. does textarea not support value="" do you have to use it within the textarea tags? <?php echo htmlentities($this->note->note_text); ?>
Member 11838038 2-Feb-17 7:28am View    
Added: <?= date("M d, Y", $value-> note_creation_timestamp); ?> Does this look right?
Member 11838038 2-Feb-17 7:21am View    
Added: <?= date("M d, Y", $value-> note_creation_timestamp); ?> Does this look right?
Member 11838038 2-Feb-17 6:28am View    
Deleted
@j snooze yes that works does this look right?
<?= $value->date("M DD, y", note_creation_timestamp;); ?>
Member 11838038 2-Feb-17 6:13am View    
Thank you