Programming

286   Articles
286
S

Setup MySQL with Django Python

2 Min Read
0 595
2 Min Read
0 595

Django is a Python web framework that makes building web apps fast. With Django, we can use different database technologies to store the data. In this article, We’ll see you how to configure Django for MySQL, a popular open-source relational…

Continue Reading
c

convert date format php

1 Min Read
0 1939
1 Min Read
0 1939

In this article, we will see how to convert date from one format to another format. For example : d-m-yyyy to m-d-yyyy By using the date() function we can convert the date from one format to another format. The date()…

Continue Reading
Exit mobile version