J jnbarban Member Licensed User Longtime User Jan 31, 2011 #1 Hello, i want return date in string format like “Vendredi 28 Janvier 2011” ( in French) Do you know if it’s possible ? Thanks...
Hello, i want return date in string format like “Vendredi 28 Janvier 2011” ( in French) Do you know if it’s possible ? Thanks...
alfcen Well-Known Member Licensed User Longtime User Jan 31, 2011 #2 DateTime.DateFormat = "EEEE dd MMMM yyyy" Label1.Text = DateTime.Date(DateTime.Now) If your locale is set to French it should come up in French. Upvote 0
DateTime.DateFormat = "EEEE dd MMMM yyyy" Label1.Text = DateTime.Date(DateTime.Now) If your locale is set to French it should come up in French.
S ssg Well-Known Member Licensed User Longtime User Jan 31, 2011 #3 You could also give the AHLocale library a try. Might fit your needs: http://www.b4x.com/forum/additional-libraries-official-updates/7561-ahlocale-library.html Upvote 0
You could also give the AHLocale library a try. Might fit your needs: http://www.b4x.com/forum/additional-libraries-official-updates/7561-ahlocale-library.html