Jump to content

resolving data-time


Recommended Posts

I am trying to extract a date and time from a website using InetRead.  The source for the page I am reading shows the date and time as shown below.  I need to somehow extract the correct date and time from this information.  Is there a function or calculation that will do this?  The source shown here correlates to 15:20 (time) 29.03.17 (date).

<div class="cell game-date" data-time="1490818800000">
    <div class="site__time" data-time="1490818800000">
        <div class="time"></div>
        <div class="date"></div>
    </div>
</div>
 
Edited by Mark917
Link to comment
Share on other sites

Link the page and I'll try to help.  I'm not sure reading the source is a good way to extract the date or time.

Also, what browser are you using?

I'm not particularly good with websites, but I'll test my luck to learn and help you.

Edited by Xandy
Link to comment
Share on other sites

Thanks for the reply Xandy.

Link to the page in question:

https://pokerglobal.info/poker-rooms/americas-cardroom/freerolls/passwords-for-freerolls/

I have Internet Explorer v11 installed.

In case it helps, here is a script that will download the info I want and display the array.  The only problem is getting the time and date to display properly.

<snip>

Edited by JLogan3o13
Link to comment
Share on other sites

  • Moderators

@Mark917 you seem to have walked right past the forum rules on your way in. I suggest you take a moment to read them before you post again, specifically the part about game automation, and you will see why this topic is locked. You will not receive help on this subject. Hope to see you again with a legitimate topic.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...