Posts by GuiPetenuci • 1 point
2 posts
-
0
votes1
answer231
viewsA: Comparing Dates in string, using Sqlite and Nhibernate
Thanks for all your help, but I had to modify the search method. I will have to change the format of my date as it was in "31/07/2016" to "20160731". and stayed that way: string dataInicial =…
-
0
votes1
answer231
viewsQ: Comparing Dates in string, using Sqlite and Nhibernate
I am using Sqlite and Nhibernate, and I am saving in my bank the Datas as String in Sqlite, as it is not possible to store dates in it. Everything was going ok, but I needed to compare dates to…