Guest User

Untitled

a guest
Jun 25th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.01 KB | None | 0 0
  1. // XML example loaded by PHP
  2.  
  3. <uitslag wds_pk='HC00000890' wds_wednr='65890' wds_datum='2455647' wds_aanv='1090' wds_opmerking='                                                                                                    ' wds_gespeeld='1' afd_pk='HC0010' afd_kode='HL.DG 2' tt_pk='HC0566' tt_omschrijf='DG 1      ' tu_pk='HC0444' tu_omschrijf='DG 1      ' vt_pk='AA0256' vt_naam='De Vliet (SG)                      ' vu_pk='AA0008' vu_naam='Alkemade                           ' zwb_pk='AA0162' zwb_plaats='Voorburg                           ' zwb_naam='Forum Kwadraat                     ' wdu_thuis='0' wdu_uit='0' wdu_uitslag='0' schema_mutatie='1281637520' uitslag_mutatie='1281637520' team=' ' vereniging=' ' />
  4.  
  5. // wds_datum contains a datum which is equal to 26-03-2011
  6. // how can I translate this
  7.  
  8. wds_datum='2455647'
  9.  
  10. // i want to test this for the last week. So today - 7 days
  11. // it will show the results of last weekend. from saturday, I want it to display the new results from that weekend, until next friday
Advertisement
Add Comment
Please, Sign In to add comment