S
Sean
So I have a web form that accepts temperature readings...and sometimes
the reading is a round number (ex. 74), and other times its not (ex.
58.3). I have the database setup to accept numeric(4,1), which shows
74.0 and 58.3 great, but I'd really like to only show the decimal
place if it's not zero...is this possible? I've googled for this for
awhile now and can't seem to find an answer...thanks in advance.
-Sean
the reading is a round number (ex. 74), and other times its not (ex.
58.3). I have the database setup to accept numeric(4,1), which shows
74.0 and 58.3 great, but I'd really like to only show the decimal
place if it's not zero...is this possible? I've googled for this for
awhile now and can't seem to find an answer...thanks in advance.
-Sean