Issue 47906 - Input mask for time and date formatted cells
Summary: Input mask for time and date formatted cells
Status: CONFIRMED
Alias: None
Product: Calc
Classification: Application
Component: formatting (show other issues)
Version: OOo 1.1.2
Hardware: All All
: P3 Trivial with 10 votes (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-21 23:20 UTC by fdgrant
Modified: 2013-08-07 15:12 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description fdgrant 2005-04-21 23:20:49 UTC
Would like the ability to pre-format date and time cells with the required "/"
or ":" characters so that input from the 10-key will be sufficient to enter
these values.
Comment 1 frank 2005-04-22 08:07:44 UTC
one for thew requirements team
Comment 2 guraknugen 2005-04-24 01:22:59 UTC
Not only "/" and ":". I would rather say whatever character used with date and 
time, according to the language settings. I am Swedish and I use the ISO 8601 
date format, which is supposed to be international standard...

http://freedos-32.sourceforge.net/showdoc.php?page=standards#iso8601


Johnny
Comment 3 rosspjohnson 2006-02-11 01:19:13 UTC
This should be modelled on the Form 'Pattern' field, which already provides
masking in OOo. Unfortunately, 'Pattern' controls can't be linked to cells, so
this doesn't provide a temporary workaround.
Comment 4 advisor 2006-05-15 11:50:52 UTC
Is the following the same issue?:

Calc operates in a strange way with the MM:SS.00 format. 2:23.45 is fine but
23.45 is not. It is not just that you have to type in 0:23.45 to get it right
but that, if you do type in 23.45 it comes up with 48:00:00!
Comment 5 guraknugen 2009-12-11 21:21:13 UTC
Advisor wrote: â€â€¦if you do type in 23.45 it comes up with 48:00:00!â€

I suppose you mean 18:00:00, which makes sense, since 23.45 (if decimal 
separator is â€.â€) means day 23.45 which is 23 days + 0.45 days. 0.45 days is 18 
hours, hence 18:00:00.

But I agree that an input mask would be very useful, especially when entering a 
lot of data in many fields. Typing 2345 is a lot faster than 23:45, and I 
really mean a LOT faster. At least with a Swedish keyboard layout (: = Shift+.).
Comment 6 Dotan Cohen 2009-12-13 11:54:09 UTC
@advisor:
To clarify, this bug is an RFE to have these numbers formatted as follows:
"ab" formatted as "ab:00"
"abc" formatted as "0a:bc"
"abcd" formatted as "ab:cd"

This is assuming the "hh:mm" format, and of course as guraknugen pointed out it
should be fit to what ever format is configured.

Your comment mentions that data is not only appearing in the wrong format, it is
being interpreted incorrectly by OOo. I would say that, as you describe it, that
is a dataloss issue and in fact makes this RFE a severe bug. Can a dev elaborate
on whether to change the Issue Type to Bug and raise the Priority as this is a
dataloss issue?

Thanks.
Comment 7 rosspjohnson 2009-12-14 01:04:08 UTC
Fortunately there is no data loss.

Going back to Advisor's issue of 23.45 becoming 48:00.00, Guraknugen is correct
in saying that Calc get's it right, but the explanation is not quite correct
(although it looks correct at first - 18 hours is 3/4 of one day and 45 minutes
is 3/4 of one hour - an easy to do pattern matching mistake).

Using a MM:SS.00 format this is correct. 0.45 of 1 day (24 hours) is 10.8 hours
or 10 hours 48 minutes, or 48:00.00 as formatted.

If you enter 23.45 into a field formatted as HH:MM:SS.00 you get 562:48:00.00.
This is also correct.