Questions tagged as 'formato'

2
answers

How can I format a String to date with PHP

Greetings as they are all I have this date with this format, it is a string Wed Sep 12 2018 14:47:35 GMT-0500 (Colombian standard time) and I want to cover it in this format 2018-09 -12 14:47:35 Someone knows how I can solve my problem....
asked by 12.09.2018 / 22:19
1
answer

SimpleDateFormat for month abbreviated in 3 characters

I am having problems when paging dates that express the abbreviated month to 3 characters. I use a SimpleDateFormar that I build in the following way: DateFormat dateFormat = new SimpleDateFormat("dd MMM HH:mm yyyy", new Locale("es")) ; Whe...
asked by 20.08.2018 / 19:02
2
answers

How can I see the results in pesos ($ 0.00)?

When moving the Slider some results are shown, it is assumed that these results are prices, the idea is to show those numbers in pesos format, that is if the value is 240000, it should be seen: $ 240,000 and if the value is 1250000, You should s...
asked by 08.02.2018 / 18:46
1
answer

Doubt: Column DataGridView that only accepts hour format (12h / 24h) in C #?

I have a DataGridView that contains several columns and there are two Columns which should only allow the user to type the time , I have made it from the following way: Event EditingControlShowing to invoke the KeyPress method:...
asked by 21.12.2017 / 15:23
2
answers

Error 'Call to a member function format'

   Call to a member function format () on boolean in $fDevolucion = DateTime::createFromFormat('d-m-Y', $Fechadevolucion); ($prestamos = $objprestamo->addprestamo($fDevolucion->format('d-m-Y'),$cliente,$libro,$observacion)){ <-- ERRO...
asked by 08.04.2017 / 19:24
1
answer

Convert Spanish PDF with names for text file [closed]

I have a PDF file with thousands of names. Is it possible to extract the content to a text file?     
asked by 24.11.2018 / 13:20
0
answers

Error in Jmeter: Invalid keystore format

I am configuring some tests in an environment that requires SSL certification (due to the link protocol). When attaching the certification file and running the test configuration, each of the results, in the "Response data" tab, shows me the f...
asked by 23.10.2018 / 23:48
1
answer

Change the date format from Epoch to datetime in PowerShell

I have a String that represents a time in Epoch and I need the correct format to be able to enter it into a SQL Server database, from PowerShell. So far I can change the Epoch format to a very long date format, EXAMPLE: Date in Epoch to conve...
asked by 10.10.2018 / 19:23
0
answers

Problems showing a date captured with datapicker on a smartgrid

I am new in angular and I have the following problem of the invoices form where I capture by means of the component datapicker 5 different dates to calculate the days that pass between two dates, I am thinking of using for that fun...
asked by 09.10.2018 / 18:14
1
answer

How to convert a date and time format to excel?

download a database of an app, and the date column brings it to me in this format 2018-08-22T00: 38: 26.354Z I require how I can convert it to a readable format in excel . Postscript, I do not know any programming language.     
asked by 23.08.2018 / 23:49