Tagged Questions
0
votes
3answers
29 views
Format Date while fetching the result of query
Ok, here is another one: I want to get the output from a mysql-query in a specific date format. Unfortunatley my code does not work. It must have something to do with "->format()", since without it I ...
0
votes
3answers
52 views
Save PHP date string into MySQL database as timestamp
I am trying to save a datestring in PHP into a MySQL database as timestamp datatype. I found a lot of posts about this, but none of them worked for me. This is what I've tried:
$date = ...
0
votes
1answer
30 views
PHP + Format array to be then used inside query
Let´s say i perform a query like this:
$charsnamequery = mysql_query("SELECT * FROM 'bookstable' WHERE 'bookcharactersname' = 'JHON'")
This will give back a resource that i then put in an array and ...
0
votes
2answers
64 views
OPERATION WITH UNIX DATE
Im making a SQL like this:
SELECT * FROM POST
WHERE date between :date1 and :date2
Date2 always is going to be today date PHP time(); (UNIX FORMAT).
Now I need take date2 minus 7days ( 1 week) and ...
0
votes
1answer
103 views
Date stored in excel becomes a number while reading and storing in mysql [duplicate]
I'm using a script to read data from excel file and store it in a mysql database table.
It's working fine except for the field 'date' which is store in excel in "mm-dd-YY" format.
The problem is ...
0
votes
2answers
43 views
mysql, display text format when echoing out content?
i am trying to echo out the text which is stored in my mysql table,
the text in the column 'content' is formated, i.e. has breaks.
for some reason when i echo out the text the text is displaying as ...
1
vote
1answer
56 views
Best File format to import data into remote MySQL from a local software
Let me clarify what I am exactly looking for. I am building a dynamic website for a school on php mysql platform which will require certain data to be updated from the local offline software that the ...
0
votes
0answers
69 views
Saving time with AM/PM in MySQL table?
my table has 7 columns,i take time from a jTextField in NetBeans. it shows the current time with AM/PM
bno VARCHAR(45) PK NN
bdate DATE NN
btime TIME NN
...
-1
votes
1answer
22 views
How can i keep time in a MySQL table? [closed]
okay, my table has 7 columns,
bno VARCHAR(45) PK NN
bdate DATE NN
btime TIME NN
duedate DATE NN
memo VARCHAR(100) NN
vcode ...
0
votes
1answer
137 views
Simply convert 5 digit number in mysql database to a date
I have been looking all over the web for this answer but dont understand all the things that were written. I try to do the from unix_timestamp() but it returns the wrong date.
What I have done is ...
0
votes
3answers
120 views
Mysql DATE_FORMAT and timing
i have a table called "reportinc" where i have to extract -it is VARCHAR field- items from 1 or some days past at 18:01 (time format as %H:%i) to today at 18:00.
I tried with this query
SELECT `ID ...
1
vote
1answer
172 views
how to edit phone number format using php [duplicate]
Possible Duplicate:
Formatting Phone Numbers in PHP
cvs files from our clients contains phone numbers that are in this format
19995554444
but we must display them as
(999) 555-4444
...
2
votes
2answers
195 views
PHP & MySQL are returning different dates for same timestamp
I am encountering a slightly frustrating problem and I have a feeling there is a simple solution to it. When I pass the same UNIX timestamp to the PHP date and MySQL FROM_UNIXTIME methods they are ...
0
votes
1answer
202 views
Textarea input / MySQL insert / Formatted Display
I have an issue that I'm not sure how to solve. Essentially, I have a textarea on my form that allows the user to enter data in this format:
Windows XP Home and Professional<br />(32 and 64 ...
-1
votes
1answer
288 views
Convert Time String to Decimal Hours PHP [closed]
I would like to convert time strings (Such as 2:12:0) to decimal format in hours (ex 2:12:0 would be 2.2 hours) in PHP.
0
votes
1answer
261 views
Openoffice-calc can't change the date format of a column
In openoffice calc I open a csv file downloaded from the internet.
One of the columns is for date. The date is in format dd/mm/yy. It is also aligned left (which I think it is saved as text).
I want ...
2
votes
1answer
44 views
Pull events from database in order from today's date on
I am building a community site for my fire department and they want to show upcoming events but I don't want to show events that have already passed so here is what I have ( I am using dreamweaver ...
1
vote
2answers
122 views
Convert strange date format to standard date format
In Sweden we sometimes use a strange date format, for example New Year is the 31/12. If I have this format as a string ,which can be any date between 1/1 and 31/12, and if we assume that it is this ...
1
vote
1answer
134 views
MySQL reformat mysql result to meet json hansontable
According to my previous solved issue : Re-arrange mysql result in an expected format for hansontable. I'm going to re-format mysql result from
["Superior"],["Deluxe - City View"],["Deluxe - ...
0
votes
0answers
186 views
Office Word 2013: Import & Format from a database
I have a very large database of Norwegian word I have learned. I would like to make a dictionary with these words in Microsoft Word 2013.
Below is an example of the formatting I plan to automate from ...
0
votes
3answers
160 views
mysql inserting to datetime not outputing correct time
I want to save to database a given date with this format:
date('Y-m-d H:i:s')
Using datetime datatype, it outputs:
2012-10-29 00:18:14
To check if it gives the correct output, I add to my table ...
0
votes
4answers
186 views
Change MYSQL date format
I have a table in MYSQL of which 3 columns have dates and they are formatted in the not desired way.
Currently I have: mm/dd/yyyy and I want to change those dates into dd/mm/yyyy.
Table name is ...
0
votes
1answer
686 views
How to format a CSV file using PHP and MYSQL [closed]
Currently I am able to query a MYSQL database using PHP and my data is imported into a CSV with no problems. However, I need to take the column data on the top row, and put it in rows on the left side ...
-1
votes
3answers
920 views
php mysql storing line breaks in text area in database
I have an input textarea and i would like to store the line breaks that a user makes in the text area in the database so that when it echo's the output text is the same as in the input text
eg:
Some ...
0
votes
3answers
1k views
mySQL format number output , thousands separator
I have a mySQL query which is outputting decimal fields with a comma.
SELECT Metals.Metal, FORMAT(Fixes.GBPam, 3) AS AM, FORMAT(Fixes.GBPpm, 3) AS PM,
DATE_FORMAT(Fixes.DateTime, '%d-%m-%y') AS ...
2
votes
5answers
2k views
MySQL select rows with date like
In MySQL I have this query
SELECT DISTINCT date, descr FROM book ORDER BY date
Date is in format yyyy-mm-dd
I want to select only the the books from January 2012. I have tried to use like but ...
0
votes
1answer
148 views
mysql procedure - use result in second query with reformatted date
I need to create a procedure that:
1) selects some text from a field in a table and stores it in a variable
2) updates the same record field only adding the date in yyyymmdd format plus additional ...
0
votes
2answers
166 views
SQL Query, Rails view, remove decimal place
I currently have this in my controller:
@softwares = Software.find_by_sql
(
"SELECT s.id, s.vendor, s.title, s.edition, SUM(l.amount) AS amount FROM softwares s
LEFT JOIN licenses l ON ...
2
votes
5answers
3k views
PHP - Insert date into mysql
I am trying to insert date into mysql but everytime it fails and comes out as 0000-00-00 in phpmyadmin
My date format is like 2012-08-06 (yyyy-mm-dd) and the date field type in database is date.
...
0
votes
0answers
59 views
mysql database table format to save and display russian letters
I am writing asp.net project in C#. The page consists of textboxes and button. When I click the button the values of textboxes are writen into MySQL database. The problem is when I type russian ...
1
vote
1answer
65 views
Formating date (PHP)
I'm having a problem with formating date with date() function. My code is:
<?
$vysledek=mysql_query("select * from akce order by datum limit 1");
while ...
4
votes
1answer
401 views
How to change MySQL error log file format
I am running a shared hosting LAMP server. I have several clients using the same CMS software, which utilizes MySQL as the back-end database. I am getting a 145 error in my /var/log/mysqld.log ...
1
vote
1answer
260 views
Update wordpress custom field date format
In a serious oversight on my part, I have sorted all date formats as %M %d %Y (July 3 2012) rather than %Y %m %d (2012 07 03).
I want to convert all of the dates of a custom field (called ...
2
votes
1answer
697 views
Display textarea format on echo from database
I have created a form
<form name="form1" method="post">
<textarea rows="5" cols="20" name="ta1"></textarea>
<input type="submit" name="submit" />
<textarea ...
19
votes
16answers
1k views
Format MySQL code inside PHP string
Is there any program IDE or not that can format MySQL code inside PHP string e.g.
I use PHPStorm IDE and it cannot do it.
It does that for PHP and MYSQL but not for MYSQL inside php string. I am ...
0
votes
1answer
246 views
convert mysql date format from ISO to UK using PHP
I have a date field in a mysql database which I am trying to display in a .php document. it currently displays in yyyy-mm-dd when I insert the following code:
<?php echo ...
2
votes
4answers
54 views
Formatted amount to database format
hi I have a problem on formatted amounts.
On my input form, users can add and edit a formatted amount. Since this is a multi-language program, users can specify their own format, so there isn't a ...
5
votes
3answers
586 views
MYSQL output in tree format OR Adding level (Parent-Child)
Below is what I have in my table.
myTable
++++++++++++++++++++
Parent + Child
++++++++++++++++++++
C1 + G1
C1 + G2
C1 + G3
G3 + D1
G3 + D2
C1 + ...
2
votes
5answers
215 views
Formating query output : using sql or php functions?
I was wondering if there is a best practice regarding the formating of SQL output.
Is it better to do this on PHP side or in the SQL statement itself ?
My SGBD is MySQL.
-2
votes
2answers
90 views
Getting a MySQL column whose name isn't defined in my table
I am trying to write a query which is hypothetical at this point that would look something like this:
SELECT customers.*,
customers_cars.car
(SELECT main_vehicle
FROM ...
3
votes
1answer
188 views
Use vim's Tabularize plugin to only match the first occurance of a delimiter
Having been unable to find a linux based SQL beautifier to pipe my mySQL snippets to, I will settle for simply tabularizing my mySQL code. I want to turn this:
CREATE TABLE IF NOT EXISTS GROUP
(
...
1
vote
2answers
163 views
MySQL:How to sort date with RFC112 format?
For example, I have a column named date on my table post and I want to sort it in ascending.
On my date column I fill it with RCF112 format, eg: Sun, 22 APR 2012 5:21:22.
First I begin with this ...
-1
votes
3answers
1k views
MySQL date formats - difficulty Inserting a date
I am trying to further a question I asked yesterday where I wanted to know how to query a date in a different format. But now I am trying to dao an insert using this method (see below) however I cant ...
0
votes
3answers
123 views
MySQL date formats - difficulty querying on a date
I want to perform a simple query like this in my PHP,
SELECT noslots FROM calender WHERE coursedate = '01-01-2012';
however my dates are stored in the database in the standard YYYY-MM-DD format so ...
0
votes
2answers
166 views
MySQL FORMAT_DATE %d returning '0'
I'm having trouble with MySQL format_date, and don't understand why. I have the following as part of my code:
date_format(NOW() + INTERVAL 3 DAY, '%Y-%m-%d')
which seems to work fine, except for ...
1
vote
3answers
278 views
Can I change the date format in MySQL?
The standard format is YYYY-MM-DD. I want to change it to DD-MM-YYYY (Brazilian Format).
Is there any way to do it just in MySQL? I do not want to format it in PHP or SQL clause as it would be so much ...
0
votes
2answers
329 views
mysql - ordering by non standard date format
I'm try to order some data in a database which in it's current format is set as dd/mm/yyyy. Is there a way I can replace the '/'s when selecting the results in the query?
i.e. in php i could use ...
0
votes
1answer
168 views
PHP Unix time to Human time displaying incorrectly
Unix time from MySQL table: 1328422844 posted via date('U')
(translates to 2012-02-04 22:20:44)
Displays on HTML page as Sunday 5th of February 2012 05:20:44 PM via date('l jS \of F Y h:i:s A')
20 ...
0
votes
1answer
368 views
PHP Money Format
Basically, I need a function to help me achieve this:
I have a raw integer, say 5000, which is an amount of money. It's not formatted in any way. I want to be able to convert 5000 into a string like ...
3
votes
2answers
3k views
MYSQL Query - Use format but no commas
I am trying to use format within an SQL query to suit a reporting package. I have numbers that I need to show as currency with two decimal places so I am using the format command to do that. The ...






