/    Sign up×
Community /Pin to ProfileBookmark

date() outputting wrong value

hi i am trying to write a date to a page

date(“d M Y at G:i”)

this should write
eg 1 Jan 2002 at 23:07 correct? well why doesnt it?

it outputs 1 Jan 2002 a 23:07, why is this ive checked it on [url]http://de3.php.net/manual/en/function.date.php[/url] but no joy, what am i missing?

Rich

//note fixed, dont know why it was doing that so if someone knows please tell me ive fixed it by splitting it into two functions

“.date(“d M Y”).” at “.date(“G:i”).”

to post a comment
PHP

6 Comments(s)

Copy linkTweet thisAlerts:
@JonaMar 30.2004 — [font=arial]It may have been replacing the t as a whitespace (tab) character.[/font]

[b][J]ona[/b]
Copy linkTweet thisAlerts:
@PittimannMar 30.2004 — Hi!

This would have done the job:

echo date("d M Y at G:i");

Cheers - Pit
Copy linkTweet thisAlerts:
@96turnerriauthorMar 30.2004 — it wasnt displaying a whitespace. and i tried pittiman method before i seperated it into two functions, it just didnt work ?
Copy linkTweet thisAlerts:
@PittimannMar 30.2004 — Hi!

Just for fun, I did this:

echo date("d M Y at G:i");

echo '<br>';

echo date("d M Y at G:i");

echo '<br>';

echo date("d M Y at G:i");

#1 and #2 display "a" only instead of the desired "at", #3 does what it should...

Cheers - Pit
Copy linkTweet thisAlerts:
@96turnerriauthorMar 30.2004 — hmmm thanks, that is strange because i tired

echo date("d M Y at G:i");

echo date("d M Y at G:i");

echo date("d M Y at G:i");

echo date("d M Y at G:i");

but none of these worked, o weill its sorted now thanks for your help

Rich
Copy linkTweet thisAlerts:
@PittimannMar 30.2004 — Hi!

Really odd! The two last lines you posted should both work...

Anyway - as you solved it in another way, just let us wonder about it ?

Cheers - Pit
×

Success!

Help @96turnerri spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...