2
Good afternoon!
Guys, in my log table there is a field called logdescricao and in this field it stores several expressions. For example:
<log expressao="7085"><par traduzir="N">André Mariano da Silva</par><par traduzir="N">Gestores Boavista</par><par formatarData="S"><par traduzir="N">21/09/2017 09:19:00</par></par><par traduzir="N">Teste</par></log>
I wonder, how can I withdraw from what it brings me, only the date 21/09/2017 09:19:00. NOTE: The number of characters does not have standard sizes, so making it difficult to use a substring, for example. How can I do this?
is a problem, since all tags have the same name
– Sorack
Would that be? How to recover a value from within a tag in XML?
– Marconi
This field saves the same number of tags ?
– Marco Souza
Yes @Marconciliosouza , only changes the date
– Renan Bessa
Well, see if the idea of the answer helps.
– Marco Souza