/    Sign up×
Community /Pin to ProfileBookmark

Query and date as number

I have set query like:
[SQL] SELECT userid, usernamejoindate, lastactivity
FROM user
AND joindate <1298937600
AND lastactivity – joindate < 1814400

How to set JOINDATE to my date as it is number?
1298937600

to post a comment
PHP

2 Comments(s)

Copy linkTweet thisAlerts:
@007JulienJun 24.2011 — See mktime() witch get Unix timestamp for a date. This timestamp is a long integer containing the number of seconds between the Unix Epoch (January 1 1970 00:00:00 GMT) and the time specified.
Copy linkTweet thisAlerts:
@NogDogJun 24.2011 — Not exactly sure what you want to convert to what, but MySQL has the FROM_UNIXTIME() and TO_UNIXTIME() functions for doing UNIX timestamp conversions in the SQL itself.
×

Success!

Help @toplisek 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.15,
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,
)...