From 1ded9881d619b374811e5c3d1f10ccdab0a5590e Mon Sep 17 00:00:00 2001
From: Alex Cabal = $poll->Description ?> This poll closes on = $poll->End->format('F j, Y g:i A') ?>. This poll closes on = $poll->End->format('F j, Y g:i a') ?>. You’ve already voted in this poll.
This poll opens on = $poll->Start->format('F j, Y g:i A') ?>.
+This poll opens on = $poll->Start->format('F j, Y g:i a') ?>.
}else{ ?> -This poll closed on = $poll->End->format('F j, Y g:i A') ?>.
+This poll closed on = $poll->End->format('F j, Y g:i a') ?>.
} ?> } ?> diff --git a/www/polls/votes/get.php b/www/polls/votes/get.php index ddae7c30..a70b1cea 100644 --- a/www/polls/votes/get.php +++ b/www/polls/votes/get.php @@ -28,7 +28,7 @@ catch(Exceptions\SeException $ex){ if($created){ ?>Thank you for voting in the = Formatter::ToPlainText($vote->PollItem->Poll->Name) ?> poll.
}else{ ?> -Your vote in the = Formatter::ToPlainText($vote->PollItem->Poll->Name) ?> poll was submitted on = $vote->Created->format('F j, Y g:i A') ?>.
+Your vote in the = Formatter::ToPlainText($vote->PollItem->Poll->Name) ?> poll was submitted on = $vote->Created->format('F j, Y g:i a') ?>.
} ?> diff --git a/www/polls/votes/index.php b/www/polls/votes/index.php index 62d42dfa..243753b4 100644 --- a/www/polls/votes/index.php +++ b/www/polls/votes/index.php @@ -17,10 +17,10 @@ catch(Exceptions\SeException $ex){Total votes: = number_format($poll->VoteCount) ?>
if($poll->IsActive()){ ?> if($poll->End !== null){ ?> -This poll closes on = $poll->End->format('F j, Y g:i A') ?>.
+This poll closes on = $poll->End->format('F j, Y g:i a') ?>.
} ?> }elseif($poll->End !== null){ ?> -This poll closed on = $poll->End->format('F j, Y g:i A') ?>.
+This poll closed on = $poll->End->format('F j, Y g:i a') ?>.
} ?>