Posts by Flavio • 23 points
5 posts
-
-2
votes1
answer651
viewsQ: Convert Datetime to Date
I need to compare a date without the time, only ("dd/MM/yyyy") with the database with Linq, but I’m not able to transform the format DateTime("dd/MM/yyyy HH:mm:s") for Date("dd/MM/yyyy")?…
-
0
votes1
answer311
viewsQ: Bold the title of a span
Hello, I need to bold the text of my title. <span title="teste">teste</span>
-
0
votes1
answer128
views -
1
votes1
answer65
views -
1
votes1
answer1177
viewsQ: Use <a download href=""> tag by passing https address to href
I am trying to download a file, passing an https address, follow example: <!DOCTYPE html> <html> <body> <a…