0

I have some problems with my array. I need to use two queries and push it into array. In result I have table like this:

  1. 28-05-2015 22:08:09
  2. 28-05-2015 22:10:54
  3. 01-06-2015 16:53:21
  4. 03-06-2015 11:24:12
  5. 04-06-2015 21:49:03
  6. 04-06-2015 22:34:00
  7. 05-06-2015 12:51:26(end of array 1)
  8. 01-06-2015 21:39:26(begin of array 2)
  9. 01-06-2015 21:47:36
  10. 01-06-2015 22:03:58(end of array 2)

So I need to filter date to have like this :

  1. 28-05-2015 22:08:09
  2. 28-05-2015 22:10:54
  3. 01-06-2015 16:53:21
  4. 01-06-2015 21:39:26
  5. 01-06-2015 21:47:36
  6. 01-06-2015 22:03:58
  7. 03-06-2015 11:24:12
  8. 04-06-2015 21:49:03
  9. 04-06-2015 22:34:00
  10. 05-06-2015 12:51:26

How can I do this?

Hunter Turner
  • 6,313
  • 11
  • 34
  • 48
Juri Bojka
  • 255
  • 2
  • 6
  • 18

0 Answers0