Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
account unused days
Author Message
Art
Journeyman
*

Posts: 118
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Apr 2012
Reputation: 0



Post: #1
account unused days
Hello.
How i can get amount of days when account was not used?
I tried <account.xx.unused>, also tried <account.xx.lastconnectdate.format %d>, both are wrong.
09-08-2012 07:53 PM
Find all posts by this user Like Post Quote this message in a reply
RanXerox
Master
**

Posts: 550
Likes Given: 1
Likes Received: 12 in 9 posts
Joined: Dec 2010
Reputation: 19



Post: #2
RE: account unused days
ACCOUNT is a server object... Did you try SERV.ACCOUNT.xxx
09-09-2012 08:07 AM
Find all posts by this user Like Post Quote this message in a reply
Art
Journeyman
*

Posts: 118
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Apr 2012
Reputation: 0



Post: #3
RE: account unused days
Of course i know it is serv object. Just wrote here without serv.
09-09-2012 08:06 PM
Find all posts by this user Like Post Quote this message in a reply
Skul
Master
**

Posts: 413
Likes Given: 0
Likes Received: 19 in 15 posts
Joined: Jun 2012
Reputation: 9



Post: #4
RE: account unused days
Art, let's use <explode> to do this, here's a quick example to break up the year/month/day in <serv.account.xx.lastconnectdate>
Code:
[function example]
return Year: <strarg <explode /, <serv.account.0.lastconnectdate>>> Month: <strarg <streat <explode /, <serv.account.0.lastconnectdate>>>> Day: <strarg <streat <streat <explode /, <serv.account.0.lastconnectdate>>>>>

"I ask a question to the answer I already know."

Marchadium :: http://www.marchadium.ca/ :: Join us!
09-11-2012 05:26 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Art
Journeyman
*

Posts: 118
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Apr 2012
Reputation: 0



Post: #5
RE: account unused days
Oh yes, thank you.
09-13-2012 05:54 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)