C
CW
On our invoices we charge rent for a period and the relevant line (stored in
a table of invoice text lines) reads (as an example) "Rent from 16/04/2010 to
15/05/2010".
I need to pull each of those dates out, to use elsewhere. Can I use some
sort of parsing based on what follows the word "from" and the word "to" - or
any other method! And how, please?
Many thanks
CW
a table of invoice text lines) reads (as an example) "Rent from 16/04/2010 to
15/05/2010".
I need to pull each of those dates out, to use elsewhere. Can I use some
sort of parsing based on what follows the word "from" and the word "to" - or
any other method! And how, please?
Many thanks
CW